Avatar of sanlorenzo
sanlorenzo
 asked on

Insert data by Visual studio 2008

I want to build a small visual studio 2008 application .
I have 2 table in data base SQL server 2005 express edition

A table is a Library related to Vehicles , so it  the Brand , the Model , The Type of Engine , and so...

The other table is ralated to maintenace of Vehicles , so it has column sagain recalling the Info of the Library table , what i want is that when i digit into the column " Model " the model name , it automatically insert the respective data ( as are at the Library table ) in the related cell of same row . All this i manage from a Windows form link to the tables
.NET Programming

Avatar of undefined
Last Comment
Gautham Janardhan

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Gautham Janardhan

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Gautham Janardhan

also instead of Ado.net you can use Entity framework also... a walk through is availbale at the following link

http://www.codeguru.com/csharp/csharp/net30/article.php/c15489
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck