ID: 6901
Updated by: kalowsky
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Analyzed
Bug Type: ODBC related
Assigned To: kalowsky
Comments:
This bug is very similar in nature to #6275, but not the same.
It seems the SQLBindColumn option is not happy with some of the MSAccess stuff. I've
just recently tried updating to MDAC 2.6, and will see if this fixes anything. Yes
this is still valid in the current versions of CVS as well. Mind you it seems to be
an MSAccess only issue.
Previous Comments:
---------------------------------------------------------------------------
[2001-02-14 08:19:53] [EMAIL PROTECTED]
starting to play with odbc on windows... all i have is 98 though...
---------------------------------------------------------------------------
[2000-09-27 06:32:41] [EMAIL PROTECTED]
Hi,
I am using the pre-built version of PHP 4.0.1pl2 on Win98. and connecting to a
MSAccess data source with ODBC.
This code fragment works,
$result = odbc_columns($link);
while this on does not,
$result = odbc_columns($link, "%", "%", "%", "%");
it generates,
Warning: SQL error: ,SQL state 00000 in SQLColumns in ...
I get the same error message with,
$result = odbc_tables($link, "%", "%", "%", "%" );
I hope this is helpful.
-John
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=6901&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]