Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Creating Database

    Hello,
    I'm brand new to ColdFusion, and I'm trying to go through the tutorials to
    learn more about it. I've installed it just fine to my Mac, OX X.4.3. When I
    follow the tutorials to add a new datasource, it throws errors. When I verify
    data sources twice in a row (with the verify all datasources button) errors get
    thrown. I'm wondering if I need to update my drivers. I'm not too familiar
    with that though, so how do I do it? The tutorials say to use
    pointbase...should I be setting it up with another, like mySQL instead?

    Any help would be appreciated!

    Kevin

    Kevin Favro Guest

  2. Similar Questions and Discussions

    1. Creating a database
      I have the following script that creates a MS SQL database programmatically, written primarily by an associate of mine, that works. Now I need to...
    2. Creating a Database Dynamically
      Is there a way to create an access database or table dynamically?
    3. creating a database?
      I am also new to coldfusion and have a similar question to this one. If I "CREATE" a new System DSN in ODBC (which of course will be empty;no...
    4. Question about creating a database
      I need to make a database of employees and their contact info. I've been playing around with different methods and xtras like V12 xtra and myExel...
    5. Creating a picture database
      Hello everyone, I am new to Filemaker, and I was wondering if anyone could help me with a problem. I am trying to make a database of several...
  3. #2

    Default Re: Creating Database

    a no brainer for datasources would be an Access Database - this would get you
    through creating the first on your own.

    if you want to use mySQL - and I haven't - then search the forum for posts
    specific to mySQL

    we're using MS SQL 2000 and its a no brainer

    Good luck

    xatrium Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139