Search found 1311 matches
- 13.07.2024, 15:41
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: ZMemTable ?
- Replies: 3
- Views: 218
Re: ZMemTable ?
and: procedure TForm1.Button1Click(Sender: TObject); begin ZMemTable1.Close; ZMemTable1.FieldDefs.Clear;; ZMemTable1.AssignDataFrom(ZQuery2); end; procedure TForm1.Button2Click(Sender: TObject); var fs: TFileStream; begin fs := TFileStream.Create('t2code.bin', fmCreate); Try ZMemTable1.SaveToStream(...
- 08.05.2024, 20:00
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Zeos 7.3 testers-thread
- Replies: 286
- Views: 50509
Re: Zeos 7.3 testers-thread
Hi Jan,
8.0-patches_8167
Delphi 11.1 Win32/Win64/Android32/Android64
Now without Warnings.
My mORMot 1.18 r6435 PerfTest passes - Delphi 11.1 Win32/Win64; Delphi 2007
Regards,
Michal
8.0-patches_8167
Delphi 11.1 Win32/Win64/Android32/Android64
Now without Warnings.
My mORMot 1.18 r6435 PerfTest passes - Delphi 11.1 Win32/Win64; Delphi 2007
Regards,
Michal
- 08.05.2024, 10:45
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Zeos 7.3 testers-thread
- Replies: 286
- Views: 50509
Re: Zeos 7.3 testers-thread
Hi Jan, 8.0-patches_8160 Delphi 11 Win32/Win64/Android32/Android64 Now three Warnings: [dcc64 Warning] ZDbcDbLibResultSet.pas(595): W1058 Implicit string cast with potential data loss from 'string' to 'AnsiString' [dcc64 Warning] ZDbcDbLibResultSet.pas(599): W1058 Implicit string cast with potential...
- 08.05.2024, 09:07
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Zeos 7.3 testers-thread
- Replies: 286
- Views: 50509
Re: Zeos 7.3 testers-thread
Hi Jan, 8.0-patches_8159 Delphi 11 Win32/Win64/Android32/Android64 Only one Warning: [dcc32 Warning] ZDbcDbLibResultSet.pas(602): W1044 Suspicious typecast of string to PAnsiChar tdsMsTime: begin FTempStr := FormatDateTime(GetStatement.GetConSettings^.ReadFormatSettings.TimeFormat, TdsDateTimeAllToD...
- 31.03.2024, 20:38
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Incompatible types: 'TParams' and 'TZParams'
- Replies: 5
- Views: 593
Re: Incompatible types: 'TParams' and 'TZParams'
{$DEFINE DISABLE_ZPARAM}
Michal
Michal
- 03.10.2023, 07:31
- Forum: ZeosLib 7.2 Forum
- Topic: Delphi 2007 ZeosLib 7.2 error identifier FClientCP
- Replies: 9
- Views: 858
Re: Delphi 2007 ZeosLib 7.2 error identifier FClientCP
To indicate library sources for debugging, use:
Browsing path
Michal
Browsing path
Michal
- 02.10.2023, 23:17
- Forum: ZeosLib 7.2 Forum
- Topic: Delphi 2007 ZeosLib 7.2 error identifier FClientCP
- Replies: 9
- Views: 858
Re: Delphi 2007 ZeosLib 7.2 error identifier FClientCP
.dcu was invented so that you wouldn't have to compile .pas every time.
There is no need to waste time and multiply files on the disk.
Of course, if you frequently modify libraries, you should indicate the .pas directory
Michal
There is no need to waste time and multiply files on the disk.
Of course, if you frequently modify libraries, you should indicate the .pas directory
Michal
- 02.10.2023, 19:22
- Forum: ZeosLib 7.2 Forum
- Topic: Delphi 2007 ZeosLib 7.2 error identifier FClientCP
- Replies: 9
- Views: 858
- 28.08.2023, 20:13
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Zeos 7.3 testers-thread
- Replies: 286
- Views: 50509
Re: Zeos 7.3 testers-thread
ZEOS 8.0.0 /trunk svn 8046 https://sourceforge.net/p/zeoslib/code-0/8046/tree/ Compiles and Works: - Lazarus 3.0RC1 Win32, - Delphi 2007(-ZBase64.pas), - RAD Studio XE2-Win32/Win64/OSX32/C++32, - Delphi 10.3.3 Rio-Win32/Win64/(Android/Android64- compiles but requires more thorough testing), - Delphi...
- 06.07.2023, 09:56
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Zeos 7.3 testers-thread
- Replies: 286
- Views: 50509
Re: Zeos 7.3 testers-thread
ZEOS 8.0.0 /trunk svn 8041 https://sourceforge.net/p/zeoslib/code-0/8041/tree/ Compiles and Works: - Lazarus 3.0RC1 Win32, - Delphi 11.1 Alexandria - Win32/Win64(/Android/Android64- compiles but requires more thorough testing)). Some Delphi warnings: [dcc32 Warning] ZDbcProxyResultSet.pas(1110): W10...
- 01.06.2023, 09:25
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: OleDb and MS Access
- Replies: 9
- Views: 899
Re: OleDb and MS Access
The error of negative values disappeared in my test too.
The same sequence is present in 'ZDbcOleDBStatement.pas' in one more place.
Unfortunately, autonumber for Access still doesn't work.
Michał
The same sequence is present in 'ZDbcOleDBStatement.pas' in one more place.
Unfortunately, autonumber for Access still doesn't work.
Michał
- 31.05.2023, 16:25
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: OleDb and MS Access
- Replies: 9
- Views: 899
Re: OleDb and MS Access
Yes, I wrote some time ago that ADO is the slowest option.
It is possible that in the case of Access OleDB is defective in detecting field types
Michał
It is possible that in the case of Access OleDB is defective in detecting field types
Michał
- 31.05.2023, 14:16
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: OleDb and MS Access
- Replies: 9
- Views: 899
Re: OleDb and MS Access
Yes indeed. This error occurs for OleDB. Auto_increment doesn't work either.
In the analogous connection via ADO everything works.
Michal
In the analogous connection via ADO everything works.
Michal
- 24.05.2023, 22:26
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Zeos 7.3 testers-thread
- Replies: 286
- Views: 50509
Re: Zeos 7.3 testers-thread
ZEOS 8.0.0 /trunk svn 8038 Compiles and Works: -Delphi 11.1 Alexandria - Win32/Win64(/Android/Android64- compiles but requires more thorough testing)). [dcc32 Warning] ZDbcProxyResultSet.pas(1110): W1058 Implicit string cast with potential data loss from 'string' to 'AnsiString' [dcc32 Warning] ZDbc...
- 21.05.2023, 11:24
- Forum: User Contributions
- Topic: GetClientVersion for PostgreSQL
- Replies: 4
- Views: 1670
Re: GetClientVersion for PostgreSQL
Lazarus(Pascal) allows it, but for portability it's worth changing to result := result+ ...
Michal
Michal