Hi,
I am using the Devexpress Quantum grid and when I do a query like this:
SHOW COLUMNS FROM user;
the grid totally fails with AVs. I believe it has something to do with the memo types being returned by the SHOW COLUMNS statement.
The grid stops with the AV on the Type column of the SHOW Columns statment.   When I do a break it stops in a corelabs method(memdata unit) called GetBlobSize  and fails when it tries to get the size.
I am also seeing data corruption from other show commands like show session variables;
			
									
									
						Problem with Developer Express Quantum Grid
If you are sure that this is MyDAC problem then try to reproduce it within simple application without using any third-paty components like QuantumGrid and send this application to us. Also supply us following information
- Exact version of Delphi, C++ Builder or Kylix
- Exact version of MyDAC. You can see it in About sheet of TMyConnection Editor
- Exact version of MySQL server and MySQL client. You can see it in Info sheet of TMyConnection Editor
			
									
									
						- Exact version of Delphi, C++ Builder or Kylix
- Exact version of MyDAC. You can see it in About sheet of TMyConnection Editor
- Exact version of MySQL server and MySQL client. You can see it in Info sheet of TMyConnection Editor
- 
				Guest