Microsoft Access in VB.NET

R

Rodrigo

Hey There
In VB6 It was easy for me to create a Data Control and use Ms Access
Databases using SQL sentences, but I don't know how to do this in VB.NET
I whant to access a DataBase in access in the same folder of the
program, without having to register it in windows, how can I do that?
Also, wich commands shound I use to do Lists of Fields in the Database
(Like DBlist of VB6) and suck?
Thanks for all your Help
Rodrigo F.
 
A

Armin Zingler

Rodrigo said:
Hey There
In VB6 It was easy for me to create a Data Control and use Ms Access
Databases using SQL sentences, but I don't know how to do this in
VB.NET I whant to access a DataBase in access in the same folder of
the program, without having to register it in windows, how can I do
that? Also, wich commands shound I use to do Lists of Fields in the
Database (Like DBlist of VB6) and suck?
Thanks for all your Help
Rodrigo F.


Haven't tried, but subject looks good:
http://msdn.microsoft.com/library/e...isplayingDataFromSingleTableInWindowsForm.asp
(same via <F1>)


Armin
 

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