Results 1 to 2 of 2

Thread: Submitt forms!!

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Posts
    81
    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.

  2. #2
    Guest

    Cool

    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,
    Mac

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width