Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding records in relatioal db using code

Status
Not open for further replies.

Loggerhead2000

Programmer
Mar 23, 2003
11
US
I'm new to VB and I've run into a problem with adding new records into a relational database. Basically the application I'm writing is for my CD collection. It has the artist name, album, year, producers, songs, bandmembers, etc. In the database I have a table,Artist with just the Artist_ID Name and Website, and I have another table, "Album" that uses the Album_ID from the Artist table. So when I'm Adding to both tables I'm not sure how I go about it (in code), any advice would be very helpful...

Thanx Timmeh
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top