Ask a Question related to Coldfusion Database Access, Design and Development.
-
frankpmjr2004 #1
Connection to Db without creating datasouce
I don't have access to the CF admin for a website I am creating some CF apps
for. The cf server is Ver 4.5 and I can 't get access to the CF admin. Is
there a way to set up a connection to the MySQL db without creating a
datasource in the admin? Thanks.
Frank
frankpmjr2004 Guest
-
Backup CF datasouce
Hi Friends Do you have any idea how I can backup my CF7 datasources and duplicate them on a diffrent server? I google it and I find one... -
MySQL datasouce error
I have tried to get a datasource setup for MySQL but keep getting the dreaded 'are you sure there is a database at 127.0.0.1:3306' (sic) error. THe... -
How do I connect txt file using odbc datasouce ?
Help! How can I create a datasouce on MX 6.1 linux to a txt file comma delimeter the old coldfusion it has MERANT Text Driver, but with this new... -
DataGrid & datasouce close
Hello All, I have a webpage containing a DataGrid control. The datasource is a DataReader. The code is like so: AsaCommand Cmd = new... -
how to configure a informix datasouce in Websphere 5 with replication
All, I'm trying to configure a datasource in Websphere 5 to a replicated infomix database .I'm using the JDBC Driver 2.21 JC4, But I can't find... -
Sojovi #2
Re: Connection to Db without creating datasouce
<CFQUERY DBTYPE="dynamic" CONNECTSTRING="The connection string"
NAME="QueryName">
SELECT ..........
</CFQUERY>
Connection strings (use the proper depending your ODBC driver)
ODBC 2.50 :
"Driver={mySQL};Server=localhost;Option=16834;Data base=mydatabase;"
ODBC 3.51 :
"DRIVER={MySQL ODBC 3.51
Driver};SERVER=localhost;DATABASE=myDatabase;USER= myUsername;PASSWORD=myPassword
;OPTION=3;"
Sojovi Guest
-
Sojovi #3
Re: Connection to Db without creating datasouce
"DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=myDatabase;USER= myUsername;PASSWORD=myPassword;OPTION=3;"
Sojovi Guest
-
Sojovi #4
Re: Connection to Db without creating datasouce
"DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=myDatabase;USER= myUsername;PASSWORD=myPassword;OPTION=3;"
Sojovi Guest
-
Sojovi #5
Re: Connection to Db without creating datasouce
"DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=myDatabase;USER= myUsername;
PASSWORD=myPassword;OPTION=3;"
Sojovi Guest



Reply With Quote

