Silv3rSurf3r_20
Member
- Joined
- Aug 3, 2002
- Messages
- 19
Hey All,
I know this is a really dumb question to ask but I just dont know how to accomplish this using ADO.net... so im asking for help...
Ive created a VB application and i need to insert data into an Access Database..
Ive read some tutes and they have a whole load of codes just to do an insert statement... can someone help me out with this...
i need to insert some data into a table called "PersonalDetails"
Heres a snippet of the code... but it doesnt work.. Please help
Comm.Connection = DatabaseCon
Comm.CommandText = "INSERT INTO PersonalDetails"
Comm.Parameters("PatientID").Value = PatientIDTxt.Text
Comm.ExecuteNonQuery()
Thank You
I know this is a really dumb question to ask but I just dont know how to accomplish this using ADO.net... so im asking for help...
Ive created a VB application and i need to insert data into an Access Database..
Ive read some tutes and they have a whole load of codes just to do an insert statement... can someone help me out with this...
i need to insert some data into a table called "PersonalDetails"
Heres a snippet of the code... but it doesnt work.. Please help
Comm.Connection = DatabaseCon
Comm.CommandText = "INSERT INTO PersonalDetails"
Comm.Parameters("PatientID").Value = PatientIDTxt.Text
Comm.ExecuteNonQuery()
Thank You