Hi
I use Delphi XE2 with Mysql. I use TZconnection, TZQuery and a TDatasource components. Recently I started having problems when loading the fields from the select set in properties SQL of the TZQuery.
Example: select * from name_of_table
It compiles but don't accept any SQL command when in runtime, returning a message like the fields did not exist. For exemple:
Project name_of_project.exe raised exception class EDatabaseError with message 'ZQuery1: field 'name_of_field' not found'
Then a lot of errros are shown on ZAbstractRODataSet.
Anybody can help me? Thanks in advance.
Zabstractrodataset
Re: Zabstractrodataset
@albertoleandro,
See here:
http://zeoslib.sourceforge.net/viewtopi ... 40&t=13184
I think it may be the same problem (underscore in tablename).
Try my patch and write what has changed.
Michal
See here:
http://zeoslib.sourceforge.net/viewtopi ... 40&t=13184
I think it may be the same problem (underscore in tablename).
Try my patch and write what has changed.
Michal
-
- Fresh Boarder
- Posts: 2
- Joined: 06.05.2014, 21:40
Re: Zabstractrodataset
Hi, miab3
Thanks for reply but it didn't work. I have uploaded the print for you to see. I really don't know what to do in this case.
Thanks for reply but it didn't work. I have uploaded the print for you to see. I really don't know what to do in this case.
You do not have the required permissions to view the files attached to this post.