SWI-Prolog : MySQL handle as global variable?
Would it be a dumb idea to put the handle received from odbc_connect in
a global variable? The idea being to avoid reopening the MySQL
connection from other parts of the program by re-using the handle
stored as a global variable.
Thanks.
.
Relevant Pages
- Re: SWI-Prolog : MySQL handle as global variable?
... The idea being to avoid reopening the MySQL ... connection from other parts of the program by re-using the handle ... (comp.lang.prolog) - Re: VFP8 & MySQL
... > VFP functions like NVL to a MySQL one, definitely it made the switch very ... > About your connection problem, I have mine setup as default for 100 ... As for the server, we left it ... The server crashed and corrupted the database. ... (microsoft.public.fox.programmer.exchange) - Re: Does apache stop a script mid execution ?
... If the user calls a time consuming script and then stops or refreshes ... How does it relate to e.g. a script performing a large mysql query? ... 2.b) how the connection is set up. ... the server stops the script execution. ... (comp.lang.php) - MySQL on Win 98
... I'm just getting into MySQL and I'm trying to learn about it at home. ... and created a DSN connection for it. ... User: root ... ODBC Data Source Administrator and get a "success" result. ... (microsoft.public.fox.programmer.exchange) - Re: VFP8 & MySQL
... Main Location and 3 branches (these are remotely accessing MySQL at the main ... About your connection problem, I have mine setup as default for 100 ... As for the server, we left it alone. ... The server crashed and corrupted the database. ... (microsoft.public.fox.programmer.exchange) |
|