From: Frederik E. <fre...@a5...> - 2005-03-20 00:43:53
|
Uing MySQL interface ... If I try to open two statements at once, i.e. before closing the first one, then I get the error message "Commands out of sync; you can't run this command now". It looks like a limitation of libmysqlclient... If I open multiple connections, it seems to work, is this the only way to do concurrent queries? I guess that means that in a concurrent application I should use some other object to identify the main database internally than a connection, maybe an 'IO Connection'...? Frederik -- http://ofb.net/~frederik/ |