ADO.Net Error.......

  • Thread starter Thread starter Harry
  • Start date Start date
H

Harry

I am getting the following error in my application.
"CommandText property has not been initialized"
I am using .Net 1.1 Framework.
Please advice.
Harry
 
This error is usually displayed when you have nothing set for the
..CommandText property of your IDbCommand object.

Post some of your code and we can help you through this.

bill
 
Thanks for your reply.
The CommandObject.CommandText was blank in one particular loop.
Thanks,
Harry
 
Back
Top