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
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
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
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
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
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
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
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
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