Log in

View Full Version : Onveting from access to visual basic


hcjgh
Apr 14, 2004, 09:52 AM
Hello!

I´ve heard that you can convert your access database to visual basic project. So I am asking you if somebody knows how to do it and with witch program?

I hope you understand!

Thanks

hcjgh ;D

Gkhster
Jul 4, 2004, 04:09 AM
It is not accurate to say that you are changing the database to a visual basic project.

It is more accurate to say that you are accessing that database using visual basic. It will be the same database as it always was. (ie. It will still be an .mdb file) You will just be pulling information in and out via VB commands.

If you are using VB.NET, You will want to read up at:
http://visualbasic.about.com/library/weekly/aa041203a.htm

In VB6, you can check out:

http://www.juicystudio.com/tutorial/vb/database.asp

I hope that this helps. Have fun!

Guy