|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Insert form elements into seperate Database Tables
Hi,
I have a problem which is driving me insane! I need to insert data into different tables in my database using only one form. I am using Dreamweaver MX and I know that this function is not supported therefore I have been trying to handcode it - but with little success! I am fairly new to ASP. I found a tutorial on advanced database searching which can be viewed here - http://www.tdsf.co.uk/tdsfdemo/ (some of you may well have heard of it) which is all working fine within my site using the existing database only modified to suit. But I need a form to add data to it. Im not sure if it is even possible as the relationships seem a little odd - any suggestions would be grateful. Thanks in advance Tom |
|
#2
|
||||
|
||||
|
You will need to know SQL, as well as ASP. You can't insert data into different tables at the same time using inline SQL statements, but you can do it using a Stored Procedure.
|
![]() |
| Viewing: Dev Articles Community Forums > Databases > Database Development > Insert form elements into seperate Database Tables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|