Search found 263 matches

by Fr0sT
21.09.2022, 10:53
Forum: ZeosLib 7.3/8.0 Forum
Topic: Batch inserts with Firebird 3
Replies: 10
Views: 493

Re: Batch inserts with Firebird 3

miab3 wrote: 01.09.2022, 15:46 Weird. I have never been able to connect the FB2.5 client to the FB3.0 servers. The opposite is true.
I successfully did that. Just add Legacy_Auth to firebird.conf:
AuthClient = Srp, Srp256, Win_Sspi, Legacy_Auth #Windows clients
by Fr0sT
31.08.2022, 14:10
Forum: ZeosLib 7.3/8.0 Forum
Topic: Firebird stored procedure returning void dataset raise exception
Replies: 6
Views: 243

Re: Firebird stored procedure returning void dataset raise exception

Hi,
are you using fresh Zeos from SVN/GH? Is your issue fixed following this report viewtopic.php?f=50&t=167308 ?
by Fr0sT
18.08.2022, 08:34
Forum: ZeosLib 7.3/8.0 Forum
Topic: SIGSEGV in TZRowAccessor.GetInt after calling Query.Refresh
Replies: 14
Views: 526

Re: SIGSEGV in TZRowAccessor.GetInt after calling Query.Refresh

From what you discovered, I suspect the buffer is being accessed when it's actually empty because of empty dataset
by Fr0sT
15.08.2022, 08:55
Forum: ZeosLib 7.2 Forum
Topic: Firebird + empty strings, a problem
Replies: 9
Views: 749

Re: Firebird + empty strings, a problem

This is the bug indeed, though calling functions should never use a value when Len is 0 - but we live in a non-ideal world so additional check wouldn't hurt.
Created PR with your fix
by Fr0sT
11.08.2022, 12:44
Forum: User Patches
Topic: Fix for MySQL GetIndexInfo listing all indexes as unique.
Replies: 14
Views: 641

Re: Fix for MySQL GetIndexInfo listing all indexes as unique.

I took a glance on StrToBoolEx and was surprised to find plenty of unit tests. How that serious bug with "+1" could even pass the tests?
by Fr0sT
10.08.2022, 09:06
Forum: User Patches
Topic: Fix for MySQL GetIndexInfo listing all indexes as unique.
Replies: 14
Views: 641

Re: Fix for MySQL GetIndexInfo listing all indexes as unique.

Seems like good thing to add to test suite :)
by Fr0sT
05.08.2022, 08:24
Forum: MySQL
Topic: Connect to external MySql database with TLS
Replies: 4
Views: 717

Re: Connect to external MySql database with TLS

Umm, I don't know precisely but it should be only the matter of proper client lib configuration. Zeos has nothing to do with transport layer. Have you read corresponding MySQL docs?
by Fr0sT
29.07.2022, 13:23
Forum: ZeosLib 7.3/8.0 Forum
Topic: MSSQL 6.5(too old) is it possible to connect?
Replies: 13
Views: 557

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

BTW, I have 2000 and 2005 installed and I can check if 6.5's backup is restorable by these versions. Just provide some dummy test backup
by Fr0sT
29.07.2022, 08:51
Forum: ZeosLib 7.3/8.0 Forum
Topic: DisplayFormat and DBgrid
Replies: 6
Views: 328

Re: DisplayFormat and DBgrid

marsupilami wrote: 29.07.2022, 08:33 Do you know how this happens? What makes DBGrid do this?
No, the described case is surprise for me, I'm just saying that for DBGrid it's normal to have dataset cursor and focused cell indicator non-synced
by Fr0sT
29.07.2022, 08:48
Forum: ZeosLib 7.3/8.0 Forum
Topic: MSSQL 6.5(too old) is it possible to connect?
Replies: 13
Views: 557

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

Yeah, pretty hard task. Recently I was surfing the web searching for versions > 2000 and found express 2005 at last but that was not easy. But you can stop at 2000 as it has SQL data export already.
Btw, have you tried DB managers like DBeaver? Probably it could connect to 6.5 and do export
by Fr0sT
28.07.2022, 08:22
Forum: ZeosLib 7.3/8.0 Forum
Topic: DisplayFormat and DBgrid
Replies: 6
Views: 328

Re: DisplayFormat and DBgrid

marsupilami wrote: 27.07.2022, 16:20 Bu then - I am not sure - how does DBGrid decide where to draw the focussed cell and where to draw the triangle? Usually I would expect the DBGrid to keep these things in sync?
Nope. It's the dumbest feature of vanilla dbgrid IMHO and it lasts from the very beginning.
by Fr0sT
27.07.2022, 12:34
Forum: ZeosLib 7.3/8.0 Forum
Topic: libmysql.dll loading error - only one computer, others fine
Replies: 3
Views: 343

Re: libmysql.dll loading error - only one computer, others fine

Likely MSVC Runtime dependency in libmysql... General approach to solving issues: 1. Develop the link graph of all the components involved 2. Remove nodes one by one until only one remains (that will be the reason) or the issue is gone (the node you've just removed will be the reason) Here the graph...
by Fr0sT
27.07.2022, 08:16
Forum: ZeosLib 7.3/8.0 Forum
Topic: MSSQL 6.5(too old) is it possible to connect?
Replies: 13
Views: 557

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

This version MSSQL Enterprise Manager does not generate SQL Script for data, only meta. You mean, 6.5? You can try installing a bit more fresh version like 2000 and do backup/restore to it. Then export data as SQL. Old SQL server versions still can be found on Internet. And you always can write you...
by Fr0sT
25.07.2022, 12:22
Forum: ZeosLib 7.3/8.0 Forum
Topic: MSSQL 6.5(too old) is it possible to connect?
Replies: 13
Views: 557

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

Why not export data as good old plain SQL script?