Re: cfquery error on new database

2004-09-07 Thread Gert Franz
, September 07, 2004 5:17 AM Subject: cfquery error on new database ok .. strange scenario. i have a script that is creating a mysql database on the fly. no login/password is required. i create the tables. i create a dsn on the fly as well. once the db is created i try to run a quick query

Re: cfquery error on new database

2004-09-07 Thread joe velez
hmm i dunno .. actually i managed to get it to work some of the time HEHE .. then i found a java sleep tag to use .. and that worked every time except when i refreshed the page 5 times real quick, then it gave me an error that either the db didnt exist, or the table didnt exist. i guess i coudl

cfquery error on new database

2004-09-06 Thread joe velez
ok .. strange scenario. i have a script that is creating a mysql database on the fly. no login/password is required. i create the tables. i create a dsn on the fly as well. once the db is created i try to run a quick query on it but receive an error like: General error: Unknown database