Newbie question

G

Gary

What is the easiest way to send and save data to an access
2000 database in vb.net? All I need to be able to do is
put about 15 pieces of info into a new row in the database.
I am sure this is a stupid question, but I cant seem to
figure it out. Thanks.
 
A

Armin Zingler

Gary said:
What is the easiest way to send and save data to an access
2000 database in vb.net? All I need to be able to do is
put about 15 pieces of info into a new row in the database.
I am sure this is a stupid question, but I cant seem to
figure it out. Thanks.

I'd open an OleDBconnection and use an OleDbCommand to insert the records.
More about ADO.NET:
<F1>
VS.NET
.NET Framework
Programming with the .NET Framework
Accessing Data with ADO.NET

same chapter as above:
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconaccessingdatawithadonet.asp


Newsgroup for ADO.NET questions: microsoft.public.dotnet.framework.adonet
 

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

Top