Database Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesDatabase Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
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  
Old September 18th, 2003, 01:39 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
Linking tables?

If I had a table containing a list of usernames and another few tables where each line in the table included one of the names and some other information (1 to 1 relationship).

How do I set up the mySQL tables to insert a new row into each of the other tables (containing the default data) when a new name is added to the initial table?

ie.
tblName (USERNAME, firstName, surName)
tblSecurity (USERNAME, password)
tblSex (USERNAME, sex)

>> I want it so when you insert a new entry in tblName it inserts (automatically) an entry in tblSecurity containing the username and default password and an entry in tblSex containing the username and default sex.

Reply With Quote
  #2  
Old September 18th, 2003, 02:53 PM
Blindeddie Blindeddie is offline
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: NJ - USA
Posts: 2,152 Blindeddie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 4
RE: Linking tables?

I find it safest to do three seperate inserts, using the same username in each insert for example

insert tbl_1 (field1,field2) values ('bob','somedata')

(execute the query)

insert into tbl_2 (field1,field2) values
('bob','somedata')

(execute the second query)

insert into tbl_3 (field1,field2) values
('bob','somedata')

(execute the third query)

hope that helps!!!

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesDatabase Help > Linking tables?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway