thank you for reply, unfortunately I havent found it in the documentation.
I found only this : http://dev.mysql.com/doc/refman/5.0/en/apis.html
but MYSQL_STATUS_READY didnt be find anywhere :(
Could you please post me a link?
cheers, Mirek
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried google but with no success. MYSQL_STATUS_READY was just an example. I just found some source code and was curious about the documentation.
Is it possible to insert row of data that is in this variable?:
arr:=TStringList.Create();
arr.CommaText:=plaintext;
now I have arr[0]..arr[n] of columns and I need to insert it to a table.
Thank you,
regards Mirek
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I am trying to find some documentation for using Direct SQL.
Would anyone help me, please?
Thank you Mirek
Sorry again: for example what does "MYSQL_STATUS_READY" in FMysql.Status variable mean?
etc.
These are standard mysql constants - they are defined and documented in the mysql api.
Cristian
thank you for reply, unfortunately I havent found it in the documentation.
I found only this : http://dev.mysql.com/doc/refman/5.0/en/apis.html
but MYSQL_STATUS_READY didnt be find anywhere :(
Could you please post me a link?
cheers, Mirek
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.
I tried google but with no success. MYSQL_STATUS_READY was just an example. I just found some source code and was curious about the documentation.
Is it possible to insert row of data that is in this variable?:
arr:=TStringList.Create();
arr.CommaText:=plaintext;
now I have arr[0]..arr[n] of columns and I need to insert it to a table.
Thank you,
regards Mirek