direct ODBC access (with odbctest utility) works beautifully, it only crashes inside php... -thom Leigh Bug Database wrote: > ID: 10403 > Updated by: ahill > Reported By: [EMAIL PROTECTED] > Status: Open > Bug Type: ODBC related > PHP Version: 4.0.4pl1 > Assigned To: > Comments: > > Please verify that you have tried other drivers, or create a ODBC trace >(DebugFile=file.out in the odbc.ini file) to view the ODBC calls. > > The driver is most likely segfaulting here, not iODBC. > > > > Previous Comments: > --------------------------------------------------------------------------- > > [2001-04-19 11:17:44] [EMAIL PROTECTED] > Script: > <? > $connection = odbc_connect("test", "test", "test"); > $query = "select * from tbl_name"; > $result = odbc_prepare($connection, $query); > odbc_close($connection); > ?> > > Modules: > --with-mysql --with-iodbc --with-gd --with-jpeg-dir --with-ming --enable-ftp >--enable-sockets > > gdb backtrace: > > X-Powered-By: PHP/4.0.4pl1 > Content-type: text/html > > > Program recieved signal SIGSEGV, Segmentation fault. > 0x402a06f1 in my_SQLPrepare (hstmt=0x81ab4c0, > szSqlStr=0x817e094 "select * from table_name", cSqlStr=-3) > at prepare.c:167 > 167 if (use_mb(charset_info)) > > > --------------------------------------------------------------------------- > > > > ATTENTION! Do NOT reply to this email! > To reply, use the web interface found at http://bugs.php.net/?id=10403&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]