The best object for this task

  • Thread starter Thread starter Simon Harvey
  • Start date Start date
S

Simon Harvey

Hi everyone,

Can someone tell me the best class to use in order to execute insert
statements on an access database? Should I use a data adapter, or something
else? I don't want to use a dataset, and I only want to insert data, as
opposed to selecting data.

Thanks everyone

Simon
 
the command method has ExecuteNonQuery method which is well suited to this
task
 
Hi Simon,

About 5 threads bellow I paste in a complete sample, that has the insert
including.
It is at Nick Jacob,

I hope this helps?

Cor
 
Back
Top