Successfully executing queries

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I need to run separate insert & update queries. I suppose I can use
execute.nonquery to execute the queries. How can I tell if the queries were
successful?

Thanks

Regards
 
John,

Be aware that if you do use the executenonquery to update, than you have not
the inbuild concurency checking from the dataadapter. (checking if the old
is not already changed).

Just as little warning,

Cor
 
Back
Top