Search found 1934 matches

by EgonHugeist
23.09.2020, 06:20
Forum: ZeosLib 7.2 Forum
Topic: potential critical crash in ZDbcCachedResultSet.pas
Replies: 15
Views: 1180

Re: potential critical crash in ZDbcCachedResultSet.pas

Hello Sebot, lorbs, we should be able to connect to sqlite using different threads. Patch done R6835 (SVN)\testing-7.3 see https://sourceforge.net/p/zeoslib/code-0/6835/ . No clue if i'll merge it to 7.2-fixes. Please test and use one connection/thread. Sharing one connection, writing/reading in oth...
by EgonHugeist
23.09.2020, 06:06
Forum: ZeosLib 7.3/8.0 Forum
Topic: Can not open MSAccess table with 7.3.1
Replies: 4
Views: 359

Re: Can not open MSAccess table with 7.3.1

Hi,
which protocol are you using for? Note ODBC/OleDB have been tested against SQL Server only yet.. Are you using ADO? Which compiler+Version, and finally which Access-Version are you using?
by EgonHugeist
23.09.2020, 06:03
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zeos 7.3 + MySQL TWideString.AsBytes trimmed
Replies: 7
Views: 387

Re: Zeos 7.3 + MySQL TWideString.AsBytes trimmed

Hello aehimself, on my side: MariaDB: field `Type` returns a length of 10 chars, field `Name`returns a length of 512 chars, field `Status` returns a length of 10 chars. MySQL5.7: field `Type` returns a length of 10 chars, field `Name`returns a length of 512 chars, field `Status` returns a length of ...
by EgonHugeist
15.09.2020, 17:55
Forum: ZeosLib 7.2 Forum
Topic: Connect as SYSDBA or SYSOPER
Replies: 12
Views: 1011

Re: Connect as SYSDBA or SYSOPER

Honestly (lack of knowledge) we'd start from the premisse the username and it's grand options is doing the job. After reading https://zeoslib.sourceforge.io/viewtopic.php?f=50&t=125819 the sentence is clear.. Patch done https://sourceforge.net/p/zeoslib/code-0/6825/ and https://sourceforge.net/p...
by EgonHugeist
15.09.2020, 17:50
Forum: ZeosLib 7.3/8.0 Forum
Topic: SQL Server transaction question
Replies: 4
Views: 210

Re: SQL Server transaction question

Errm, you're dealing with a TabularStreamed-Server. I miss the OldDb:"MarsConn=Yes"/ODBC:"MARS_Connection=yes" parameter in your connection string. Please add the parameter, retest and share your findings.
by EgonHugeist
10.09.2020, 07:30
Forum: ZeosLib 7.3/8.0 Forum
Topic: After zeos7.3 last update. Is not valid date format
Replies: 7
Views: 416

Re: After zeos7.3 last update. Is not valid date format

Hello ash71,
what's the dateformat of your Server and which dateformat is used in the FormatSettings. Could you attach the stack-trace please?
by EgonHugeist
10.09.2020, 06:39
Forum: Lazarus / Freepascal
Topic: TZRowAccessor.GetPAnsiChar error
Replies: 15
Views: 862

Re: TZRowAccessor.GetPAnsiChar error

Hi, SQLite allows 8-bytes integer in all fields of type *INT* but ZEOS 7.3 for TINYINT limits to one byte. That's not correct. "Tinyint" as a ShortInt range for all servers except Sybase/MSSQL, "Tinyint unsigned" as a byte-range. That's propably the issue lanmi70 is running in, s...
by EgonHugeist
10.09.2020, 06:32
Forum: Lazarus / Freepascal
Topic: (solved)ZEOS 7.2.6, ZIBEventAlerter error
Replies: 6
Views: 476

Re: ZEOS 7.2.6, ZIBEventAlerter error

Hello Soner, is the problem resolved inbetween?
by EgonHugeist
10.09.2020, 06:28
Forum: ZeosLib 7.3/8.0 Forum
Topic: Invalid type cast in file ZDatasetUtils
Replies: 5
Views: 338

Re: Invalid type cast in file ZDatasetUtils

Hello renabor, that's weird, i can't see something wrong. So i added an assertiation See: https://sourceforge.net/p/zeoslib/code-0/6809/ . If the assertiation is triggered, than the DataSet of the Parameter is not an Descendant of the Zeos-TZAbstractRODataset. So plz update. Is the assertiation trig...
by EgonHugeist
20.08.2020, 21:08
Forum: ZeosLib 7.3/8.0 Forum
Topic: TZQuery.FieldByName().OldValue broken...?
Replies: 9
Views: 409

Re: TZQuery.FieldByName().OldValue broken...?

Hi aehimself,
hope i got it inbetween. So please test and report your findings.
by EgonHugeist
20.08.2020, 20:58
Forum: ZeosLib 7.3/8.0 Forum
Topic: Problem with connection to a remote firebird host.
Replies: 2
Views: 354

Re: Problem with connection to a remote firebird host.

Hi, please update from SVN. I had a little bug in the new FireBird-interface chain..
Report your findings.
by EgonHugeist
04.08.2020, 18:30
Forum: ZeosLib 7.3/8.0 Forum
Topic: How hard it is to implement a new event in TZSQLMonitor?
Replies: 26
Views: 1126

Re: How hard it is to implement a new event in TZSQLMonitor?

Behavior is the same on MySQL and on Oracle (however, on Oracle it is prepared first so it has a statement number): That's why the Oracle and other drivers with fast protocols can't life without prepared statement. (ps. all Oracle products can't descripe parameters thus permanently mem reallocation...
by EgonHugeist
28.07.2020, 06:00
Forum: ZeosLib 7.3/8.0 Forum
Topic: TZQuery.FieldByName().OldValue broken...?
Replies: 9
Views: 409

Re: TZQuery.FieldByName().OldValue broken...?

Hi, i must admit i didn't know the TField.OldValue property. And as i wrote in the commit: There is !NO! test available to test it. looking to the docs of Delphi http://docs.embarcadero.com/products/rad_studio/delphiAndcpp2009/HelpUpdate2/EN/html/delphivclwin32/DB_TField_OldValue.html we can access ...
by EgonHugeist
24.07.2020, 16:04
Forum: ZeosLib 7.3/8.0 Forum
Topic: How hard it is to implement a new event in TZSQLMonitor?
Replies: 26
Views: 1126

Re: How hard it is to implement a new event in TZSQLMonitor?

Yes you are, right. Fixed inbetween. I found some more related issues on other driver. Thank you for reporting. Please test, and report your findings. Bussy in backend......