Zabstractrodataset

The official tester's forum for ZeosLib 7.1. Ask for help, post proposals or solutions.
Post Reply
albertoleandro
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 06.05.2014, 21:40

Zabstractrodataset

Post by albertoleandro »

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.
miab3
Zeos Test Team
Zeos Test Team
Posts: 1310
Joined: 11.05.2012, 12:32
Location: Poland

Re: Zabstractrodataset

Post by miab3 »

@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
albertoleandro
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 06.05.2014, 21:40

Re: Zabstractrodataset

Post by albertoleandro »

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.

:(
You do not have the required permissions to view the files attached to this post.
Post Reply