Search found 18 matches

by cappelletto
17.06.2020, 15:59
Forum: ZeosLib 7.2 Forum
Topic: Field size problem with linux and firebird
Replies: 8
Views: 329

Re: Field size problem with linux and firebird

In 7.3, there is a problem with the TZStoredprocs. Parameter assignment does not work.
es:
TesProc.ParamByName('cli').AsInteger := 1;

It gives me the error: Parameter "cli" not found.

In addition to the transition between 7.2 and 7.3 I lose all the parameters and I have to recreate them
by cappelletto
17.06.2020, 13:53
Forum: ZeosLib 7.2 Forum
Topic: Field size problem with linux and firebird
Replies: 8
Views: 329

Re: Field size problem with linux and firebird

OK.
Is it reliable to use this version in production? On a server?

Thank you
by cappelletto
17.06.2020, 10:57
Forum: ZeosLib 7.2 Forum
Topic: Field size problem with linux and firebird
Replies: 8
Views: 329

Field size problem with linux and firebird

I use lazarus 1.8.0 in linux x64 and zeos 7.2.6 and firebird 2.5. The database has WIN1252 as a code page. ZConnection is set: ClientCodePAge WIN1252 ControlsCodePage cCP_UTF8 ZQuery.SQL is "select * from home" I click twice on ZQUERY and add the static fields. The problem is that the size...