RE: [PHP-DB] Problems with PHP / Progress / ODBC

2001-05-08 Thread indrek siitan
Hi, Progress databases prefer the odbc_prepare, odbc_execute sequence over the odbc_exec functions ( I don't know why ) ok, changed the code to following: --- 8 --- ? $sth=odbc_prepare($DBH,SELECT Trkoodi,Trnimi FROM Turyhma WHERE Trkoodi103000); if (odbc_execute($sth)) {

RE: [PHP-DB] Problems with PHP / Progress / ODBC

2001-05-08 Thread Andrew Hill
Providers -Original Message- From: indrek siitan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 11:08 AM To: Mark Newnham; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Problems with PHP / Progress / ODBC Hi, Progress databases prefer the odbc_prepare, odbc_execute sequence