Updating a record using a parameter

cyberdaemon

New member
Joined
Nov 18, 2010
Messages
2
Programming Experience
Beginner
Good day, people

I am having trouble with the adding records for 2 tables on my database. i used already the insert from my_table (emp_id,school_name,school_address)values("@emp_id","@school_name","@school_address"),
my question is that once i run the application there always an error that the field emp_id is not a category of of the table.

I am using vb.net 2008 with a database of access 2007. my tables are sample and tbl_educ.2 tables are join using 1 to many relationship with pk of emp_id with each table..

is there any solution that can handle this issue?



thanks...
 
Back
Top