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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top