Data Source & Duplicate Names

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Data Source & Duplicate Names

    Hello! Please help. I?m working through a tutorial
    ?cfmx61_getting_started.pdf? taken from the Macromedia site.
    I?ve successfully set up my first Data Source ?CompassTravel?. The tutorial
    says to set up another Data Source with the same name to ?define the sample
    PointBase database file? (pg40).
    When I do this I get this error message:
    "Trying to create a datasource with a name that is the same as an existing
    datasource.
    Please enter in a unique datasource name, or edit the existing datasource."

    Anyone got any ideas why this is happening please?

    Thanks!


    SharondelaRey Guest

  2. Similar Questions and Discussions

    1. Accessing duplicate field names from different tables
      Hi, I am joining two tables, and the two tables have the same field names, but they represent different data. eg. table 1 - People name -...
    2. Looping through a structure with duplicate key names
      It may be that I'm barking up the wrong tree here, and there's a nice function that will do this, but I want to turn an XML document returned to me...
    3. CFMX 7 Creating Duplicate Form Names
      I have a cfloop that creates multiple cfforms. CFMX 7 is generating the same form name for first two forms. This prevents diffferent validations on...
    4. Please Help... reffering to duplicate using names in array
      ok... i really need help on this one. this is what i'm trying to do. i have a MC that i duplicate on stage, and i want to refer to the duplicates'...
    5. join problems (duplicate data returned)
      Greetings, I am having some trouble with a join (I think that is what I need to be using) I have one table 'PPData_Fusion' that contains...
  3. #2

    Default Re: Data Source & Duplicate Names

    Hi,

    The docs state:
    "Perform one of the following procedures. The Microsoft Access procedure is
    for Windows users.
    The PointBase procedure is for UNIX and Macintosh OS X users."
    So, if you have already set up the CompassTravel dsn for CompassTravel.mdb,
    skip to the next section "Enabling Debugging Options"
    Do not run through the PointBase procedure unless you're on Unix.



    elish Guest

  4. #3

    Default Re: Data Source & Duplicate Names

    Thank you Elishia.

    Murphy's Law... I worked that out right after I posted!


    SharondelaRey 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