From: Brian B. <ca...@ai...> - 2003-01-07 02:27:17
|
I've checked in an implementation of SQLExtendedFetch which makes PHP function in my environment. You can grab a snapshot here: http://mdbtools.sourceforge.net/mdbtools-0.5.tar.gz Brian On Sun, 5 Jan 2003, Stefan Lueger wrote: > I forgot to add the trace of sql.log > > Maybe it is useful for you > -- > [ODBC][7414][SQLDisconnect.c][188] > Entry: > Connection = 0x80b1fd8 > [ODBC][7414][SQLDisconnect.c][334] > Exit:[SQL_SUCCESS] > [ODBC][7414][SQLConnect.c][2914] > Entry: > Connection = 0x80b1fd8 > Server Name = [INS][length = 3 (SQL_NTS)] > User Name = [root][length = 4 (SQL_NTS)] > Authentication = [********][length = 8 (SQL_NTS)] > UNICODE Using encoding ASCII 'ISO-8859-1' and UNICODE > 'UCS-2LE' > > [ODBC][7414][SQLConnect.c][3506] > Exit:[SQL_SUCCESS] > [ODBC][7414][SQLAllocHandle.c][495] > Entry: > Handle Type = 3 > Input Handle = 0x80b1fd8 > [ODBC][7414][SQLAllocHandle.c][859] > Exit:[SQL_SUCCESS] > Output Handle = 0x80e61a8 > [ODBC][7414][SQLTables.c][160] > Entry: > Statement = 0x80e61a8 > Catalog Name = [NULL] > Schema Name = [NULL] > Table Name = [NULL] > Table Type = [NULL] > [ODBC][7414][SQLTables.c][381] > Exit:[SQL_ERROR] > DIAG [08001] [unixODBC]Couldn't parse SQL > --- > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev > |