F
Freaky
hi all,
I get this error, when i try to execute a query in .NET. Also, this
phenomena is not seen at all times; rareyl i get this - and to my
dismay wen i get this error, .NET is actually executing statements in a
different function.
eg: a()
b()
When I get this error in a(), .NET is actually in b(). I dunno how this
is possible.
foll. is the Exception message caught from the function a()
Object reference not set to an instance of an object. at
System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object&
executeResult)
at
System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior
behavior, String method)
at System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior
behavior)
at <namespace>.<classname>.a()
Can anyone help me out in this.. PLZ ?
I get this error, when i try to execute a query in .NET. Also, this
phenomena is not seen at all times; rareyl i get this - and to my
dismay wen i get this error, .NET is actually executing statements in a
different function.
eg: a()
b()
When I get this error in a(), .NET is actually in b(). I dunno how this
is possible.
foll. is the Exception message caught from the function a()
Object reference not set to an instance of an object. at
System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object&
executeResult)
at
System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior
behavior, String method)
at System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior
behavior)
at <namespace>.<classname>.a()
Can anyone help me out in this.. PLZ ?