Anyway to create a datasource without using CFIDE

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

  1. #1

    Default Anyway to create a datasource without using CFIDE

    Anybody know how to create a datasource name using native Oracle driver without
    using the CFIDE in CFMX7?

    I checked out the cfquery tag and it is already deprecated for attribute
    connectstring.

    Thanks in advance!

    rowann Guest

  2. Similar Questions and Discussions

    1. Broken Images in CF7 Admin (CFIDE vs. cfide)
      I've just installed CFMX 7 under JRun 4 (updater 4) on Mac OS X 10.3.7. The ..cfm pages from all of my sites are processed well by Apache and I can...
    2. Cannot create datasource
      I am having a problem with my registry. I am not able to create new datasources because of this problem. The error I get when I try to create a new...
    3. Cannot Create MS Access Datasource
      I have seen this problem posted on google groups but really no definitive answer. Machine Specifications: Windows Server 2003 Macromedia...
    4. Unable to create datasource
      Has anyone been able to come up with answer for this issue? I am experiencing it and can't add datasources due to this bug.
    5. Cant create datasource
      I having trouble creating a datasource. MySQL service is running, but when i try to create the DS it fails with this error: I am running w2k, apache...
  3. #2

    Default Re: Anyway to create a datasource without using CFIDE

    On 2005-06-17 17:23:18 -0500, "rowann" <webforumsuser@macromedia.com> said:
    > Anybody know how to create a datasource name using native Oracle driver
    > without using the CFIDE in CFMX7?
    >
    > I checked out the cfquery tag and it is already deprecated for
    > attribute connectstring.
    >
    > Thanks in advance!
    If you're on CFMX 7 you can use the new Administrator API to create
    datasources programmatically:
    [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001734.htm[/url]

    --
    Matt Woodward
    [email]mpwoodward@gmail.com[/email]
    Team Macromedia - ColdFusion

    mpwoodward *TMM* 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