How to insert a record entry into microsoft access

  • Thread starter Thread starter ryano
  • Start date Start date
R

ryano

Can anyone tell me where to get the code for inserting a record into
an access database? I can't find a simple internet site to do this.


Thanks in advance,

Sean
 
Hi,

ryano said:
Can anyone tell me where to get the code for inserting a record into
an access database? I can't find a simple internet site to do this.


Thanks in advance,

See an example of Sql server but instead of using SqlXXX (SqlConnection,
SqlCommand, etc) use OleDbXXX like

go to www.connectionstrings.com to see the correct connectionstring for
access
 

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