[PHP-DEV] Re: cvs account creation

2001-05-07 Thread Stephen Schadt
Stig, I can't get authenticated when I try to update a bug. I tried at http://www.php.net/bugs.php?id=8941&edit=1 I used 'sschadt' with my password from the email. Regards, Stephen Schadt [EMAIL PROTECTED] > -Original Message- > From: [EMAIL PROTECTED] [ma

RE: [PHP-DEV] PHP 4.0 Bug #9261: odbc to an oracle 'view' fails

2001-03-07 Thread Stephen Schadt
g similar syntax: $result = odbc_prepare ($conn, $sql); odbc_setoption ($result, 2, 6, 3); odbc_execute ($result); where the setoption line would set the Cursor to a static cursor. Hopefully the above method can achieve the flexibility we want... Regards, Stephen Schadt Te