I haven't used ADO.net so far.
I want to write some sample code to connect to MS Access database and insert some records.
can some one point me to some sample code ?
thanks
nath
Printable View
I haven't used ADO.net so far.
I want to write some sample code to connect to MS Access database and insert some records.
can some one point me to some sample code ?
thanks
nath
You should take a look at the ADO.NET tutorials in my signature or perhaps the Start VB.NET tutorial has a section specifically on Access. You can use one of the code conerters in my signature to convert the code samples to C#. Alternatively or additionally, the GotDotNet tutorial link has an ADO.NET section with C# sample code.