Search found 7 matches

by userbr
25.03.2013, 20:39
Forum: ZeosLib 7.0 Stable Forum
Topic: Can not open a Resultset.
Replies: 1
Views: 1096

Can not open a Resultset.

Hi, Please, sometimes the error appears: "Can not open a Resultset" and locking system. I'm using Delphi XE and Firebird 2.5. Below the error log: I ask for help for a solution. Thanks. [1D739244]{ZComponent150.bpl} Zabstractrodataset.TZAbstractRODataset.InternalInitFieldDefs + $C4 [5071FD...
by userbr
25.02.2013, 11:06
Forum: ZeosLib 7.0 Stable Forum
Topic: [solved] Error in ZStoredProc
Replies: 2
Views: 781

Solved.

Very thanks.

Have a nice day.
by userbr
22.02.2013, 18:19
Forum: ZeosLib 7.0 Stable Forum
Topic: [solved] Error in ZStoredProc
Replies: 2
Views: 781

[solved] Error in ZStoredProc

Hi, I'm having problem in ZStoredProc. I set the properties Connection and StoredProcName, but when I save the unit, close and open again, it loses this property and displays the following error: "Error reading ZStoredProc1.StoredProcName: Database connection component is not assigned. Ignore t...
by userbr
02.06.2011, 15:05
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem select with special characters.
Replies: 7
Views: 1189

I working win1252.
On parameters of ZConnection:

codepage=win1252
client_encoding=win1252

With the Delphi 2006 and Zeos 6.6.5 worked correctly.
by userbr
31.05.2011, 20:57
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem select with special characters.
Replies: 7
Views: 1189

The Zeos with Delphi XE and Firebird definitely still not working properly. I tried everything, even created a test database with UTF8 and did not work.
by userbr
25.05.2011, 15:24
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem select with special characters.
Replies: 7
Views: 1189

Thanks, but did not work.
Tried with win1252 but neither worked.
To save the changes to the database, it also changes the characters.
by userbr
24.05.2011, 20:49
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem select with special characters.
Replies: 7
Views: 1189

Problem select with special characters.

Please. When I run the select below, the word "Cotação" appears "Cotação" with ZQuery Select case flag when 'T' then 'Cotação' else 'Pedido' end as type_ped, name_cli from vendor The field flag is already set to win1252 charset. The parameter of ZConnection has codepage = win12...