Search found 37 matches

by hamacker
15.07.2022, 15:07
Forum: ZeosLib 7.3/8.0 Forum
Topic: MSSQL 6.5(too old) is it possible to connect?
Replies: 13
Views: 725

MSSQL 6.5(too old) is it possible to connect?

Hi ALL, New job here, I need to migrate old dababase MSSQL 6.5 w/ BDE+Delphi7 to FirebirdSQL/Lazarus. Old Delphi use BDE w/ SQL Links to access MSSQL version 6.5 with several stored procedures, it´s run fine because BDE use C:\MSSQL\BINN\ntwdblib.dll directly to talk. But in my tests, Zeos not. I tr...
by hamacker
13.04.2022, 01:01
Forum: ZeosLib 7.3/8.0 Forum
Topic: zquery.datasource what is it? how to use it?
Replies: 4
Views: 296

Re: zquery.datasource what is it? how to use it?

I tried several times but it does not recognize fields on second datasource(detail).
There is a secret to use :field_datasource2?
by hamacker
12.04.2022, 00:03
Forum: ZeosLib 7.3/8.0 Forum
Topic: zquery.datasource what is it? how to use it?
Replies: 4
Views: 296

zquery.datasource what is it? how to use it?

Still studing zeoslib, now zquery. I would like a help, I am not understanding datasource property in zquery component. To me I can reference a field in another dataset and maybe in another connection, but I can't find any doc about. I know that is not for use master/detail 'cause I have masterdatas...
by hamacker
29.03.2022, 17:42
Forum: ZeosLib 7.3/8.0 Forum
Topic: ShowRecordTypes, explanation, how to use?
Replies: 2
Views: 158

Re: ShowRecordTypes, explanation, how to use?

Thanks Jan, I think the same.
by hamacker
18.03.2022, 21:38
Forum: ZeosLib 7.3/8.0 Forum
Topic: ShowRecordTypes, explanation, how to use?
Replies: 2
Views: 158

ShowRecordTypes, explanation, how to use?

Now I am writting about zquery and I found this property "ShowRecordTypes", that I not found any doc via google, except this: https://lazarus.intern.ws/zeos_zquery.html but none explanation. I think that is similar a firedac to extract "delta" before commit updates, is it the sam...
by hamacker
03.03.2022, 20:36
Forum: ZeosLib 7.3/8.0 Forum
Topic: SQLHourglas, who changes appearance? SQL Client or Zeos
Replies: 2
Views: 157

SQLHourglas, who changes appearance? SQL Client or Zeos

When SQLHourglass is true, where an SQL command is currently 'SQL Client, it will be an hourglass with the initials SQL. Is this because Zeos changes the appearance or is the 'SQL Client' doing this?
by hamacker
24.02.2022, 15:04
Forum: ZeosLib 7.3/8.0 Forum
Topic: change TIL(Transaction Isolation Level) without disconect, is it possible?
Replies: 3
Views: 263

Re: change TIL(Transaction Isolation Level) without disconect, is it possible?

Hi Michael,

Well, I fix some improvements in my article to serve both versions.
In the future, I will translate to english.
by hamacker
21.02.2022, 21:22
Forum: ZeosLib 7.3/8.0 Forum
Topic: change TIL(Transaction Isolation Level) without disconect, is it possible?
Replies: 3
Views: 263

change TIL(Transaction Isolation Level) without disconect, is it possible?

Is it possible to change TIL without reconect a database? Using zeos 7.2 without reconnect changing properties: isc_tpb_concurrency, isc_tpb_nowait, isc_tpb_read, isc_tpb_write, isc_tpb_consistency, isc_tpb_read_committed, isc_tpb_rec_version does not have any affect until disconect and reconect. Is...
by hamacker
21.02.2022, 20:04
Forum: ZeosLib 7.3/8.0 Forum
Topic: Auto Commit explanation
Replies: 2
Views: 198

Re: Auto Commit explanation

Thank you.
With your help, now my article are more complete:
https://gladiston.net.br/usando-zeos-co ... onnection/
by hamacker
18.02.2022, 21:09
Forum: ZeosLib 7.3/8.0 Forum
Topic: Auto Commit explanation
Replies: 2
Views: 198

Auto Commit explanation

Hi guys again. I would like to know how is does work autocommit property in ZConnection. When autocommit:= true, I can start a transaction, but when is false I can´t and there is already transaction started. I was believe that each sentence DSQL will be commited without need a formal start transacti...
by hamacker
10.02.2022, 16:09
Forum: ZeosLib 7.3/8.0 Forum
Topic: ZConnection.UseMetadata, what is it for?
Replies: 4
Views: 233

Re: ZConnection.UseMetadata, what is it for?

I fix my article:
https://gladiston.net.br/?page_id=757

More late, I will translate to english.
Thank you guys.
by hamacker
09.02.2022, 21:08
Forum: ZeosLib 7.3/8.0 Forum
Topic: ZConnection.UseMetadata, what is it for?
Replies: 4
Views: 233

ZConnection.UseMetadata, what is it for?

There is a property ZConnection.UseMetadata that can be enabled or disable, what is it for?
Is for my application to consume something?

I´am learning about zeo to create this page to help brazilian comunity:
https://gladiston.net.br/?page_id=757
by hamacker
04.02.2022, 13:49
Forum: ZeosLib 7.3/8.0 Forum
Topic: AutoEncodeStrings, enable or disable? Why?
Replies: 2
Views: 419

Re: AutoEncodeStrings, enable or disable? Why?

It´s clear now.
Thank you very much.
by hamacker
03.02.2022, 20:37
Forum: ZeosLib 7.3/8.0 Forum
Topic: AutoEncodeStrings, enable or disable? Why?
Replies: 2
Views: 419

AutoEncodeStrings, enable or disable? Why?

Hi devs, I would like to know when I need AutoEncodeStrings enabled or disabled? I keep searching but I can find about. Can someone patient explain to me? In Databases like FirebirdSQL generally I use charset ISO8859_1, is it right AutoEncodeStrings disabled? I think that I need to use AutoEncodeStr...