ADO Addnew Rookie Question

I

Ivan Sammut

Hi,

I have just started using C# and I am trying to save a record in an Access
database using the ADODB.RECORSET but I cannot get the hang of the addnew
command.

Anyone can pls send me a small example.

Thanks,
Ivan Sammut
 
M

Miha Markic

Hi Ivan,

You should really read
Accessing Data with ADO.NET
..net help topic chapter.
ADO should be avoided in .net - there is a better alternative.
 
G

Guest

And what is the better alternative?
-----Original Message-----
Hi Ivan,

You should really read
Accessing Data with ADO.NET
..net help topic chapter.
ADO should be avoided in .net - there is a better alternative.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com




.
 

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