I've been using the mySQL Client Example provided by Donatien. It has worked very well. The current client is uni-directional in that data can be sent to a mySQL server, but not received back from the server. An SQL string can be sent to the server, and some status info will be returned.
I now need to enhance my application to be able to receive some info from the server. I do not have to perform full blown data queries, but instead need to know if a TABLE or DATABASE exists on that server.
The mySQL routines that Donatien has written allow for an embedded SQL string to be sent, which means that a "SELECT * FROM mytable" could be sent by his routines. If this SELECT was sent, I have no idea how or where the returned data would goif anywhere at all.
I'm willing to try to write this enhanced code to handle returning data, but haven't located a source explaining how to do that. I've spent a couple of hours searching the mySQL website, but cannot find any starting info on this topic.
Donatien: Would you be willing to share your mySQL Class code so that I could build on it. I would certainly be willing to contribute back any code that I enhance from it. Or if that is not OK, can you provide me with information on how you started your mySQL development?
Thanks and Regards,
Doug Wendelboe
I've been using the mySQL Client Example provided by Donatien. It has worked very well. The current client is uni-directional in that data can be sent to a mySQL server, but not received back from the server. An SQL string can be sent to the server, and some status info will be returned.
I now need to enhance my application to be able to receive some info from the server. I do not have to perform full blown data queries, but instead need to know if a TABLE or DATABASE exists on that server.
The mySQL routines that Donatien has written allow for an embedded SQL string to be sent, which means that a "SELECT * FROM mytable" could be sent by his routines. If this SELECT was sent, I have no idea how or where the returned data would go
if anywhere at all.I'm willing to try to write this enhanced code to handle returning data, but haven't located a source explaining how to do that. I've spent a couple of hours searching the mySQL website, but cannot find any starting info on this topic.
Donatien: Would you be willing to share your mySQL Class code so that I could build on it. I would certainly be willing to contribute back any code that I enhance from it. Or if that is not OK, can you provide me with information on how you started your mySQL development?
Thanks and Regards, Doug Wendelboe