-
Im using Ultradev version 4 to develop on online web application system ..im new to asp and internet programming so i need your help on this one
i have done a data insert form but noticed that cant use any sql query to insert data into 2 different tables
of my sql7 database can this be done all at once
my database table names are
Employees
Employers
i want insert all data corresponding to this form intop these two tables but i dont know how and i get an error that says will not udate due to primary key not allowing null values.
-
Hi...
Since u set a Primary Key , then u are not allow to let the null value in entire field.
When doing INSERT Statement, make sure there is no null value for the field where u set the primary key.
Regards,
:o Mac :)