Starting a database program

Xkape

Member
Joined
Apr 17, 2003
Messages
12
Location
Nashville, TN
Hi everyone.
I am very new to Vb and I am interested in designing a program that requires a database. In Vb 6 you had a choice. In .NET im not to sure if there is anything other than sql. Can you still use Access with vb.net? Also, can someone tell me if there is a good book or online tutorial for building a small database?

Not asking for anyone to write my code, I just need some direction.

Thanks kindly,
J
 
Thanks, that helps.
Do you know of a place that is a little more up to date?
And that still talks about Access. I cant have a pws not on Xp Home. So I am using Access for my database. Im trying to make a database of all my mp3s, so that you can search with this program and it gives me the location and it will tell you the year, the artist, album and any notes you may type in, and it will add it to the db and if you get new mp3s i am wanting it to let you add it to the db. Any ideas where I might find an example?

That uses Access and not Sql? I mean I dont have a web server or do i have access to one.

Thanks for all the help
James
 
when you create your data adapter you can use a query designer like that in Access but with less bells and whistles if you dont want to type the sql yourself
 
Back
Top