Accessing database which is not set up in Admin

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

  1. #1

    Default Accessing database which is not set up in Admin

    How can you access MS Access database without configuring it in admin panel
    and accessing it through a path like when you do with .asp e.g.
    <cfquery name"test" datasource"./db/test.mdb">
    select * from tbltest
    </cfquery>

    cnizzle Guest

  2. Similar Questions and Discussions

    1. Database access without using CF admin
      Hi, I'm using Coldfusion MX 7 and I've built a web app that actually creates an user profile, then creates a mySQL database in c:\mysql\data as...
    2. Database-CF admin
      hey, I just realised I dont have access to the cold fusion administrative page and im trying to figure out the tables that exist on the database. I...
    3. Accessing database
      I've succesfully built cfm webpage from the getting started tutorial of CF MX7. Refering to the tutorial i wonder if i can let a user to edit the...
    4. CF Admin not accepting database password
      Running CF 6.1 on a test server. I'm trying to setup an access database which contains a database password. The cf admin keeps giving me an error...
    5. Incorrect password or user Admin is not known on the database
      As the log files tells you, the user is trying userid Admin. Check if this ID exists on ur unix box. To get a list of IP's and stuff from where...
  3. #2

    Default Re: Accessing database which is not set up in Admin

    You can't , but you can use the admin API to add it on the fly.


    TheOriginalJman Guest

  4. #3

    Default Re: Accessing database which is not set up in Admin

    > you can use the admin API to add it on the fly.

    Indeed. Here's [url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=6&threadid=1092623[/url] which you might find useful.


    BKBK 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