Search found 37 matches

by hamacker
03.11.2021, 17:06
Forum: ZeosLib 7.1 stable Forum
Topic: Create Firebird DB in Runtime ignore page_size and collation
Replies: 7
Views: 702

Re: Create Firebird DB in Runtime ignore page_size and collation

I'am testing Zeos8 from github.
Where can I put question, before bugs?
by hamacker
27.10.2021, 22:37
Forum: ZeosLib 7.3/8.0 Forum
Topic: Firebird4-Execute block and parameters FAILs
Replies: 2
Views: 370

Re: Firebird4-Execute block and parameters FAILs

Hi I try
qt1.ParamChar:='?'
and not run!
and change to ~, and now it´s run!
Thanks a lot.
by hamacker
27.10.2021, 04:02
Forum: ZeosLib 7.3/8.0 Forum
Topic: Firebird4-Execute block and parameters FAILs
Replies: 2
Views: 370

Firebird4-Execute block and parameters FAILs

Query sintax perfect outside Zeos: execute block ( P_UUID_AGENDA varchar(36)=:P0 , P_UUID_COLABORADOR varchar(36)=:P1, P_DT_NUTIL date=:P2 , P_DESCRICAO varchar(4096)=:P3 ) as begin if (not exists(select * from AGENDA_NUTIL where UUID_COLABORADOR=:P_UUID_COLABORADOR and DT_NUTIL=:P_DT_NUTIL)) then b...
by hamacker
19.10.2021, 15:53
Forum: Firebird
Topic: DDL execution problem
Replies: 3
Views: 869

Re: DDL execution problem

HI, where I find it? name?
In my Lazarus there is not a component named ZScript, maybe another name?
I'am doing wrong too, using ExecSQL to create DDL objects.
by hamacker
19.10.2021, 15:48
Forum: ZeosLib 7.1 stable Forum
Topic: Create Firebird DB in Runtime ignore page_size and collation
Replies: 7
Views: 702

Re: Create Firebird DB in Runtime ignore page_size and collation

Yes, I am sure!
But in Linux ZeosDBO is 7.2.14
I use fpcupdeluge and build trunk of Lazarus-IDE 7.3(next release, but RC) for testing.
I'am learning ZeosDBO.
by hamacker
14.10.2021, 22:04
Forum: ZeosLib 7.1 stable Forum
Topic: Create Firebird DB in Runtime ignore page_size and collation
Replies: 7
Views: 702

Re: Create Firebird DB in Runtime ignore page_size and collation

Thanks for your reply, so... I use FreePascal 3.22, Lazarus IDE 2.3 and ZeosLib 7.2.15 build from sources via OPM(Online Package Manager)
The command does not fail, it´s create a database but not page and collate that I specify.
Is there a ZeosLib 8, where?
by hamacker
13.10.2021, 15:28
Forum: ZeosLib 7.1 stable Forum
Topic: Create Firebird DB in Runtime ignore page_size and collation
Replies: 7
Views: 702

Create Firebird DB in Runtime ignore page_size and collation

Hi guys, I´am new user of ZeosLib and maybe my mistake. but when I try to create a firebird database using sample code that I found in doc, and add page_size and collation parameters then database is created but page size always 8192(my test was 16384) and collate always 'UT8' (my test was UNICODE_C...