|
-
Feb 8th, 2001, 05:00 PM
#1
Thread Starter
Lively Member
how do i create a .asp within Ultradev
that inserts records into 2 of my tables when i click
on the submit button
ie
my text box fields on the details.asp are
UserFirstName
UserSurname
Email
ManagerName:
managersSurname:
EMail
ClientNAme
ClientSurname
Email
im using an SQL7 database
with the following TABLES and fields
USER
userid (primarykey)
managerID (foreignkey)
ClientID (foriegnkey)
UserFirstName
UserSurname
Email
MANAGER
MANAGERID (PrimaryKey)
ManagerName:
managersSurname:
EMail
CLIENT
Clientid (primarykey)
ClientNAme
ClientSurname
Email
i have been stuck on this for days i can insert a record into the user table but it will not allow me to insert into more then one TABLE per page and i have 3 tables i want to inserton on in this page
please help me out as im really really stuck
also
my ID Fields in my database all have primary keys set to
not allow nulls how do i get my form to increment these values
each value of
userid
managerid
clientid
as i insert more records?
im so verystuck and tried everything i can???
PLEASE
PLEASE
HELP ME OUT
-
Feb 8th, 2001, 05:43 PM
#2
-
Feb 8th, 2001, 05:50 PM
#3
Thread Starter
Lively Member
thanks for that i will try that out and let you know
im using
dreamweaver ultradec not vb intradev though
thanks alot for all your help
cross my fingers it works!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|