on 7/10/06 19:55, Narinder Chandi at [EMAIL PROTECTED] wrote: > Also, I've just tried re-writing the code so that each window/thread opens > it's connection to the database but I still get the same transaction error.
Ok, I take that last comment back as I made an error when modifying the code. So, it looks like the only way to have multiple transactions open is to use open a new connection to the database for each new transaction. So, for me, this means that I've modified my code such as each window is opened for displaying a record, a new connection to the database is opened. I'll do it this way as I have no other choice it seems, but it seems a poor solution to have to adopt. Regards, Narinder. -- ___________________________________________ | Narinder Chandi, | ToolBox Systems Limited, | Surrey, England, UK. | http://www.toolbox.uk.com |___________________________________________ | Consultancy * Development * Support |___________________________________________ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
