system.data.odbc.dataadapter fill bug? (framework 1.1)

  • Thread starter Thread starter Candida
  • Start date Start date
C

Candida

Does anyone know of a bug within the fill method of the
odbc data adapter.

I can get data but when I go after a query which returns 2
resultsets I get an object reference is nothing error. It
appears to be happening on the SQLmoreresults call in the
fill method.

ERROR:
Object reference not set to an instance of an object at
System.Data.Common.Odbc32.SQLMoreResults(HandleRef StatementHandle)
 
On 7 Jan 2005 02:01:52 -0800, (e-mail address removed) (Candida) wrote:

¤ Does anyone know of a bug within the fill method of the
¤ odbc data adapter.
¤
¤ I can get data but when I go after a query which returns 2
¤ resultsets I get an object reference is nothing error. It
¤ appears to be happening on the SQLmoreresults call in the
¤ fill method.
¤
¤ ERROR:
¤ Object reference not set to an instance of an object at
¤ System.Data.Common.Odbc32.SQLMoreResults(HandleRef StatementHandle)

You may want to post a little more information, such as the database you are using and some code,
including the structure of your SQL statement (or stored procedure).


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top