Home All Groups Group Topic Archive Search About

.net interfacing with access....

Author
25 Oct 2006 5:36 PM
Learning
Hello,

Can anybody give me a quikie example how to connect to a access database to
retrieve, input records?
I know recordssets but just installed .net and recordsets seem to not exist
anymore. All the info I have seen about datasets, datacommands, Datatables,
Data columns,  createg procedures, blah blah,,

Isnt there just a easy way like using recordserts like in 6?

Thanks,

learning in Houston

Author
25 Oct 2006 9:28 PM
Izzy
Check out this ADO.NET tutorial, at the end it gives an Access query
example.

http://www.developer.com/net/vb/article.php/10926_1540311_1

You should buy a book on ADO.NET, because it's a whole new world. :-)

Izzy

Show quoteHide quote
On Oct 25, 12:36 pm, "Learning" <igiveitalla***@juno.com> wrote:
> Hello,
>
> Can anybody give me a quikie example how to connect to a access database to
> retrieve, input records?
> I know recordssets but just installed .net and recordsets seem to not exist
> anymore. All the info I have seen about datasets, datacommands, Datatables,
> Data columns,  createg procedures, blah blah,,
>
> Isnt there just a easy way like using recordserts like in 6?
>
> Thanks,
>
> learning in Houston