Mike Hillyer wrote:

two rows simultaneously was nil. So, that may work for you as long as each
user is logged in separately, and you can accept putting a field in your row
referring to the row creator.


FWIW, you could always grab the current PID of your process and make your primary key 'id, pid'. Then you just have to change any related _SQL_ :-) tables to also have 'foreign_id, foreign_pid'. If, in fact, the userid won't get used twice simultaneously, then your solution is also workable.

--
Michael T. Babcock
C.T.O., FibreSpeed Ltd.
http://www.fibrespeed.net/~mbabcock



---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to