This is a discussion on "insert form to database" within the Databases section. This forum, and the thread "insert form to database are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
insert form to database
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
insert form to database
I HAVE 2 DATABASE WITH THE SAME FEATURES
DATABASE A CONTAIN: ROOM,TIME,SUBJECT AND SECTION DATABASE B CONTAIN THE SAME ATTRIBUTES! I HAVE A FORM THAT WILL ASK THE USER TO INPUT THE 4 FIELD; ROOM, TIME, SUBJECT AND SECTION! I WANT THE DATA THAT INPUT FROM THE USER SAVED IN DATABASE B IF THE DATA ENTERED BY THE USER DOES NOT EXIST IN DATABASE A? HOW CAN I DO THAT VERIFICATION? CAN IT BE POSIBLE? THE LOGIC: IF DATA INPUT EXIST IN DATABASE A ALERT DUPLICATION ELSE IF DATA DOES NOT EXIST IN DATABASE A SAVE DATA TO DATABASE B END IF
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
|
|
#2
|
|||
|
|||
|
Why would you do this? You can make more than one table inside of each database... but creating more than one database or even table with the same information doesn't seem like a good idea to me...
|
![]() |
| Tags |
| insert, form, database |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ASP form to check weather a form value is already in the database | Andrew1986 | Classic ASP | 3 | Oct 25th, 2007 08:23 |
| PHP Code insert into database problem | longstand | PHP Forum | 7 | Oct 13th, 2007 22:03 |
| form database | Barbs7349 | Starting Out | 1 | Aug 12th, 2007 13:22 |
| Problem with insert into the database | kool77 | PHP Forum | 3 | Jun 4th, 2007 19:21 |
| insert image trigger by variable value from a form | kyk | JavaScript Forum | 5 | Aug 19th, 2006 09:15 |