Search found 5 matches

by WillMometti
04.12.2014, 19:41
Forum: ZeosLib 7.2 Forum
Topic: Error change the Connection of a ZQuery - MySQL
Replies: 1
Views: 777

Error change the Connection of a ZQuery - MySQL

Hi, Error (Access violation at address) to change the Connection of a ZQuery - MySQL. Example:    with Query    begin      Close;      Connection: = Database1;      Open;    end; Open properly. But in the sequel, if I change the Connection error occurs:    with Query    begin      Close;      Connec...
by WillMometti
06.12.2013, 20:05
Forum: ZeosLib 7.1 stable Forum
Topic: ZeosLib have problem with APIs Windows 7 and 8 64 bits?
Replies: 3
Views: 1403

Re: ZeosLib have problem with APIs Windows 7 and 8 64 bits?

Hello, EgonHugeist. This same problem was in the SQLHourGlass ZConnection. Another post I saw here in the forum. I put "False" on SQLHourGlass property and did not occur more slowly. So this is the SQLHourGlass is "True" to run on Windows 64-bit slow. In the new version 7.2 was c...
by WillMometti
03.12.2013, 13:59
Forum: 6.6 - stable
Topic: windows 7 - SQLHourGlass - SLOW
Replies: 12
Views: 5974

Re: windows 7 - SQLHourGlass - SLOW

Really a slowness occurs when a SQL statement is executed and SQLHourGlass property of this component ZConnection "True". If you pass the property to "False" the slowness does not occur. More slowly realized that this only occurs on Windows 7 64-bit and 8. The 32-bit Windows does...
by WillMometti
03.12.2013, 12:21
Forum: 6.6 - stable
Topic: ZeosLib have problem with APIs Windows 7 and 8 64 bits?
Replies: 0
Views: 2048

ZeosLib have problem with APIs Windows 7 and 8 64 bits?

Hello, I wanted to ask if ZeosLib have a problem with APIs (visual controls) Windows 7 and 8 64-bit? Since it is the following: When I generate any application that has the DBGrid (connected with ZQuery and DataSource) to navigate the DBGrid is slow (as if you were processing something), but occurs ...
by WillMometti
03.12.2013, 12:11
Forum: ZeosLib 7.1 stable Forum
Topic: ZeosLib have problem with APIs Windows 7 and 8 64 bits?
Replies: 3
Views: 1403

ZeosLib have problem with APIs Windows 7 and 8 64 bits?

Hello, I wanted to ask if ZeosLib have a problem with APIs (visual controls) Windows 7 and 8 64-bit? Since it is the following: When I generate any application that has the DBGrid (connected with ZQuery and DataSource) to navigate the DBGrid is slow (as if you were processing something), but occurs ...