Hi,
I have been trying to read up on a connecting to Access 2000 using ADO.NET. Not getting much luck.
Could any one point me in the direction of a good tutorial.
Cheers,
Printable View
Hi,
I have been trying to read up on a connecting to Access 2000 using ADO.NET. Not getting much luck.
Could any one point me in the direction of a good tutorial.
Cheers,
http://www.vbforums.com/showthread.p...hreadid=202493
although that's access 2002.
I was looking for something more like:
dim db as database
dim rs as recordset
rs.execute("select * from Users)
That sort of stuff.
Chers,
that really isnt ado.net its just ado
I know that it was just ADO.
What is the ADO.NET equivalent?