Board index » jbuilder » QueryDataSet
|
Mynor Paredes
JBuilder Developer |
QueryDataSet2003-09-24 03:50:46 AM jbuilder11 Hello. I have a question: I have 2 QueryDataSet, q_a and q_b. q_b depends on the existence of a q_a record, so I do as follows q_a.saveChanges() ; q_b.saveChanges() ; But it seems like q_b.saveChanges() does not wait q_a.saveChanges() to finish before it executes. Is there any wait() something that I have to use between both of them, or any thread issue that I have to take in consideration? Thanks in advance. Mynor Paredes |
