Ask a Question related to Coldfusion Database Access, Design and Development.
-
cnizzle #1
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
-
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... -
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... -
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... -
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... -
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... -
TheOriginalJman #2
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
-
BKBK #3
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



Reply With Quote

