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