Search found 2 matches
- Fri Jan 18, 2008 1:06 pm
- Forum: Databases
- Topic: odbc_fetch_array returns Invalid Cursor Position
- Replies: 1
- Views: 875
Re: odbc_fetch_array returns Invalid Cursor Position
I found it. I was using an old version of Microsoft SQL Server ODBC driver. I updated and that solved the problem.
- Wed Jan 16, 2008 5:53 pm
- Forum: Databases
- Topic: odbc_fetch_array returns Invalid Cursor Position
- Replies: 1
- Views: 875
odbc_fetch_array returns Invalid Cursor Position
I have Sql Server 2005 php 5.2.5. My query does a left join and some fields return NULL. On every row that has a null value odbc_fetch_array() sends the message Warning: odbc_fetch_array() [function.odbc-fetch-array]: SQL error: [Microsoft][ODBC SQL Server Driver]Invalid cursor position, SQL state S...