Ask a Question related to Coldfusion Database Access, Design and Development.
-
bdewoody #1
Querying an External Database
I recently set up a website with a web host who supports Coldfusion. I created
a backup of my MySQL database and they set up the database on their end, and
sent me the database server name, database name, username, and password. Using
the MySQL Administrator I was able to connect to the remote database. However,
when I try to run my application on the site, it fails to find the database. I
believe I need to define the Database Server (DBSERVER) and the other
parameters needed to log onto the database server, but CFQUERY doesn't accept
DBSERVER as an argument. Anyone have any ideas?
bdewoody Guest
-
Querying available streams
Hi, I was wondering if it is possible to programmatically query the streams that are available in a "streams/myInstance" folder. For example you... -
querying table names in a database
Hey Gang - Anyone have a fast and easy CFQUERY that can query all the table names in an Access database? TIA -
Querying a Db Using a List Box
Hello Everyone, My Boss and I are stuck. This seems like a rather simple thing to do, but cannot get it to work. Basically, we have a list box of... -
Exception error querying Access database from ASP page... Memo field type?
Hi! Working with an MS Access database from an ASP webpage and I'm getting an Exception error... Error Type: (0x80020009) Exception... -
Update a Project with an external database
Hi!! I´ve a serious doubt. Is the fileXtra4 useful to link a project with a database external? I mean, I´m working with a database, including and... -
vkunirs #2
Re: Querying an External Database
Hi
In the CF Admin create one DSN and use that dsn name in the cfquery.
when you creating the dsn give all those details.
vkunirs Guest



Reply With Quote

