Re: [PHP-WIN] PHP + ODBC + Ingres_II

2004-07-16 Thread Miha Nedok
TED] Subject: Re: [PHP-WIN] PHP + ODBC + Ingres_II Hi Robert, It works fine. You saved my life because I was going crazy with this problem and now I am going to keep learning php. Thanks once more, Mauro - Original Message - From: "Robert Twitty" <[EMAIL PROTECTED]> To: &quo

Re: [PHP-WIN] PHP + ODBC + Ingres_II

2004-07-15 Thread php_beginner
gt; Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 15, 2004 9:38 AM Subject: Re: [PHP-WIN] PHP + ODBC + Ingres_II > You may have better luck with ODBTP. You can get it at > http://odbtp.sourceforge.net. > > Also, the crashes may be due to the fact that the free ODBC driver is not &g

Re: [PHP-WIN] PHP + ODBC + Ingres_II

2004-07-15 Thread Robert Twitty
You may have better luck with ODBTP. You can get it at http://odbtp.sourceforge.net. Also, the crashes may be due to the fact that the free ODBC driver is not thread-safe. If this is the case, then you should use odbtp_sconnect() instead of odbtp_connect() to connect to the database. -- bob On

[PHP-WIN] PHP + ODBC + Ingres_II

2004-07-14 Thread php_beginner
Hi, Does anyone uses PHP to access an Ingres Database ? I created php_ingres.dll from ingres_ii module but when I enable it and run php.exe it crashes and give an error about a trashed file (symbol.tbl) I tried to use Ingres ODBC from Computer Associates but it crashes too. I just have sucess when

[PHP-WIN] PHP -> ODBC -> Remote Access

2003-09-11 Thread Aidal
Hi everyone. I'm trying to figure out how to make my PHP connect to a remote Access database. So far the idea I have is to somhow share out a DSN for the Access database, and then make PHP odbc_connect to it somhow over the Internet. How to do this however, I'm not sure about. If anyone has trie

[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

[PHP-WIN] PHP + ODBC

2002-02-26 Thread Sebastian Timocea
Hello! I am having a really ugly problem here and I hope somebody can help me with this. I work on - Windows 2000 Advanced Server - PHP for Windows and IIS (it works ok) I have a DBTest.mdb database (Access 2000) and an ODBC connection to this database: System DSN="DBTest", no user and password