Ask a Question related to Coldfusion Database Access, Design and Development.
-
DesignersRepublics #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 well as a table
in the newly created database. I need to automate the whole process and I would
like to be able to connect to my new database without using the Coldfusion
admin tool. I've read a lot of things on the net and they only work with
earlier releases of Coldfusion.
Is there a way to connect directly, or maybe modify a configuration file in
order to automatically set up this database connection?
Thanks for all your help
FJ
DesignersRepublics Guest
-
Admin Access
Okay, I'm BRAND new at this, so bare with me!! I've seen sites that have an "admin" link, which then take you to a login/password page. I'm... -
Why cannot I access my admin url?
After installing CFMX 7, it automatically takes me into my adminstrator url page (http://localhost:8500/cfide/administrator/datasorces/index.cfm).... -
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.... -
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... -
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... -
dphillipsCFX #2
Re: Database access without using CF admin
Can you tell us what you have already looked at? This is possible to do since
most hosting companies have something like this setup for their customers.
Everyone has their own method though.
Dan Phillips
[email]dphillips@cfxhosting.com[/email]
CFXHosting.com
a division of Hosting.com
dphillipsCFX Guest
-
DesignersRepublics #3
Re: Database access without using CF admin
Hi,
Actually I've read an article about a method which is deprecated in CF MX7,
like <cfquery connectstring="..." which doesn't work anymore...
I think there should be a way to update the neo-query.xml file that contains
the datasource definitions. Problem: the structure is really heavy.
Other ideas?
thanks,
Fred
DesignersRepublics Guest
-
JRock #4
Re: Database access without using CF admin
I don't know if this would help, but I saw this DSN Less tutorial for MySQL and CF
[url]http://tutorial402.easycfm.com/[/url]
JRock Guest
-
ksmith #5
Re: Database access without using CF admin
CFMX7 allows you to programatically do any administrator function. You could
create a new DSN that way, when you add the new database and table. Take a
look in the CFMX7 Administrator's Guide for information on the adminAPI. There
are also articles and whitepapers showing examples.
HTH.
ksmith Guest
-
DesignersRepublics #6
Re: Database access without using CF admin
Thanks for the help, it's greatly appreciated...
DesignersRepublics Guest



Reply With Quote

