Dr. Charles Bell
Dr. Charles Bell
Hi. I may be able to give you pointers, but I haven’t time or a module to help develop the change. That said, I encourage you to try it yourself...
Hi. Yes, there is a hard limit for the amount of data you can retrieve. It is also possible you're exceeding the number of columns limit of 32 columns. The...
Ok. Good. I would start by debugging the MySQL_Packet::read_packet() and MySQL_Packet::wait_for_bytes() methods to see how many bytes it is reading and whether some changes need to be made to either...
Sorry for the delay. I will post some suggestions later today. On Mon, Feb 27, 2023 at 10:10 zytao-01 ***@***.***> wrote: > Sorry, I still don't know how to make...
Hi. To debug this issue, please examine the code in MySQL_Packet.cpp focusing on the read_packet() method. First: You will see in line#281-287 that the code reads the packet length. The...
Hi. I tested a row with 1090 bytes. It read fine without any errors. So, the connector code can read a 'wide' row - up to 2047 bytes. I wonder......
I have looked into this and it appears, to me, to be a bug in the ESP8266 library, not this one. I expect the authors of the hardware library to...
Hi. This means there is more to be read from the server. Be sure you have read the columns and all of the data in your loop per the examples.
Hi. It appears you may be attempting to use the connector with Microsoft SQL Server, but this connector is written specifically for MySQL and cannot be used with MS SQL...
Hi. Any version of MySQL from Oracle will work. https://dev.mysql.com/downloads/ > On Dec 17, 2023, at 3:16 PM, smorelsc ***@***.***> wrote: > > > No wonder I was having so...