[PHP-DB] Problem with ODBTP

2004-02-17 Thread Sascha Kaufmann
Hello everyone I try to port an application from Windows/ODBC to Linux/ODBTP, I have a MSSQL Server 2000. If I use the function odbtp_fetch_row, I get the following warn message: Warning: [ODBTPERR][0]Detached object in file. Anyone a idea what this could mean? Google won't told me that :(

Re: [PHP-DB] Problem with ODBTP

2004-02-17 Thread Robert Twitty
Your query resource was detached from the connection. Can you supply the code prior to calling odbtp_fetch_row() and starting from odbtp_query()? -- bob On Tue, 17 Feb 2004, Sascha Kaufmann wrote: l Hello everyone I try to port an application from Windows/ODBC to Linux/ODBTP, I have a MSSQL