-
Do a google on it ..:D
Why do you need to know about MYSQL_STATUS_READY anyway? It is only used internally to flag the 3 states of the client: ready, reading result, using result.
2006-10-30 22:14:32 UTC in Direct SQL - Delphi
-
These are standard mysql constants - they are defined and documented in the mysql api.
Cristian.
2006-10-30 17:45:32 UTC in Direct SQL - Delphi
-
I will investigate it further tonight, but at the moment i'm unable to execute these queries - i get an sql error on the second line. (without using direct mysql - server version 5.0.15).
Kind regards,
Cristian.
2006-09-25 08:53:54 UTC in Direct SQL - Delphi
-
Logged In: YES
user_id=230344
http://dev.mysql.com/doc/refman/5.0/en/gone-away.html
http://dev.mysql.com/doc/refman/5.0/en/packet-too-large.html.
2006-09-25 08:49:12 UTC in Direct SQL - Delphi
-
http://www.vbulletin.com/forum/showthread.php?t=103786.
2006-08-28 08:33:00 UTC in Direct SQL - Delphi
-
Not the size of the query but the maximum packet size which is a server setting. Check mysql server manuals for details on how to alter this value.
Kind regards,
Cristian Nicola.
2006-08-28 08:32:04 UTC in Direct SQL - Delphi
-
Added support for multiple statements (needed for stored procedures)
2005-11-25 14:37:29 UTC in Direct SQL - Delphi
-
Every now and then somebody asks for how to connect (or execute a query) and have the form still working. In order to answer to this question i've created a little helper unit ..
For the source code have a look at:
http://prdownloads.sourceforge.net/directsql/uThreadedDM.pas?download
or
uThreadedDM.pas in...
2005-08-15 11:42:14 UTC in Direct SQL - Delphi
-
Please note that this version is under strict GPL - any previous permission to use direct mysql in your non-gpl projects does NOT apply to this release, and direct mysql 1.2.1 should ONLY be used as GPL.
2005-02-28 14:02:28 UTC in Direct SQL - Delphi
-
Every so often someone would ask how to upload an image to mysql or how to download a song from mysql. I had decided to create a simple helper package that should make this things easyer, and 4 tiny functions have been created ...
For a demo have a look at:
http://prdownloads.sourceforge.net/directsql/MysqlStreams.zip?download
Kind regards,
Cristian Nicola.
2004-11-30 14:53:13 UTC in Direct SQL - Delphi