This bug is probably a problem related to ADODB. Here is my problem. I’m trying to get the possible values from an Enum field in a MySQL database. I’m using this SQL command: SHOW COLUMNS FROM table_name LIKE enum_name. When using the MySQL Query browser, I get the following response: enum('element1','element2','element3','element4'). When using the Database Connectivity Toolset I get the following response: enum('element1','element2','element3','e\00\00\00\00\00\00\00\00\00. In other words, I get the first 40 characters OK and the other characters are transformed to \00. I tried the LabSQL toolkit from Jeffrey Travis and I get the same result so I’m guessing the problem is coming from ADODB. Has anybody seen this problem? Am I supposed to specify the number of characters to be received somewhere? If so, where do I find this parameter?
I’m using the following software:
- WINXP Pro SP2
- Labview 7.0
- MySQL 4.0.13
- Database Connectivity Toolset 1.0.1
Any help would be appreciated.
Yvan Gauthier
Programmer
Ignis Photonyx