Re: Getting id asignet to an insert

2001-11-30 Thread sherzodR
I am not quite sure, but the only I could think of is the table locking. Just lock those two tables at the time of transaction, and release the lock as soon as you're done. I am sure people out here might have more sophisticated solutions... in which case i'd like to be aware of that too ( I beli

Getting id asignet to an insert

2001-11-30 Thread Javier Armendáriz
Hi everybody: Can anybody tellme how can y get the id asigned to a record in the moment i insert data in the database? I need to storage transaction requests, the mysql database assigns an unique id (auto increment) to that record, and i need it to continue saving data in another table. Is ther