[PHP-WIN] PHP, ODBC, Unable to Connect

2003-06-06 Thread Joseph McDonald
Here is the code (acct # blurred for obvious reason): ##begin paste## ##end paste## Here is the result: ##being paste## Warning: SQL error: [Simba Technologies Inc.][SimbaEngine C/S ODBC Driver][SimbaClient][SimbaClient LNA]Client RPC error. Error = (103) Error sending message. Trap = (111) Error

Re: [PHP-WIN] PHP, ODBC, Unable to Connect

2003-06-06 Thread Joseph McDonald
I have also tried this with just "SELECT * FROM ACCT" ACCT holds all member account information. I am trying to write a form where someone here can create a CD on our core system, and then go to this form and type in the account number and suffix of that CD and print out the certificate of deposi

Re: [PHP-WIN] PHP, ODBC, Unable to Connect

2003-06-06 Thread Luis Ferro
I just got lost in the query string... Try to "echo $query;" and then see if there is any typo in the query itself... i work that way with php/mysql and most of the cases where i find such an error is some sort of typo in the query... Cheers... Luis Ferro Joseph McDonald wrote: Here is the cod