[PHP-DEV] Bug #10469: ODBC_result() fails on DB2 LONG VARCHAR columns

2001-04-24 Thread ltning
ive the following error on the line containing the ODBC_result() call: Warning: SQL error: [IBM][CLI Driver] CLI0115E Invalid cursor state. SQLSTATE=24000, SQL state 24000 in SQLGetData in /home/ltning/webmail2/functions/test.php on line 10 I have found that I do NOT get this error if I do not u

[PHP-DEV] PHP 4.0 Bug #6294 Updated: Strange behaviour when using DB2

2001-04-10 Thread ltning
ID: 6294 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Description: Strange behaviour when using DB2 No, since the GENERATE_UNIQUE() function, which relies on a FOR BIT DATA field still won't work. It seems to be the FOR BIT DATA variants of the CHAR fields that PHP has

[PHP-DEV] PHP 4.0 Bug #9194: Objects not properly stored as session variables

2001-02-09 Thread ltning
ipt tried to execute a method or access a property of an incomplete object. Please ensure that the class definition user of the object you are trying to operate on was loaded _before_ the session was started in /home/ltning/webmail2/index.php on line 34 I see this bug has been reported before