RE: [PHP-DB] Database access using ODBC

2001-06-28 Thread [EMAIL PROTECTED]
odbc_ErrorMsg( >{ > echo "\nError executing database request: [ODBC_EXEC]\n"; > DBDestroy(); > return false; Original Message: - From: Andrew Hill [EMAIL PROTECTED] Date: Wed, 27 Jun 2001 14:16:39 -0400 To: [EMAIL PROTECTED], [EMAIL PROTECTED]

RE: [PHP-DB] Database access using ODBC

2001-06-27 Thread Andrew Hill
> From: Miles Thompson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 26, 2001 1:55 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP-DB] Database access using ODBC > > > Colum, > > Did you try it, stripping out all of your error testing code, > just doin

Re: [PHP-DB] Database access using ODBC

2001-06-26 Thread Miles Thompson
or the dsn and the trace says >that it connects successfully but then nothing else. > >I am a bit lost after this. Anyone any suggestions? > >Thanks, > >Colum > >Original Message: >- >From: [EMAIL PROTECTED] (Miles Thompson) >Date: Mon, 25 Jun 2001

Re: [PHP-DB] Database access using ODBC

2001-06-26 Thread [EMAIL PROTECTED]
ECTED] Subject: Re: [PHP-DB] Database access using ODBC Colum, Did you check out www.php.net/odbc_Exec One of the solutions posted in the comments was to download and install a new ODBC driver from MSFT. Are you getting a valid integer returned to $DBConn? NOt worked with this, but I hope thos

Re: [PHP-DB] Database access using ODBC

2001-06-25 Thread Miles Thompson
Colum, Did you check out www.php.net/odbc_Exec One of the solutions posted in the comments was to download and install a new ODBC driver from MSFT. Are you getting a valid integer returned to $DBConn? NOt worked with this, but I hope those are helpful suggestions - Miles Thompson At 08:38 A

[PHP-DB] Database access using ODBC

2001-06-25 Thread [EMAIL PROTECTED]
Hi, Long time reader, first time poster! I am new to php coming from a generally MS (unfortunately) background (Access, VB, SQLServer) and I am looking to branch out a bit. I have a client who wishes to have an internet front-end to an Access database. I am using php with odbc to access this and