Search found 1310 matches

by miab3
31.12.2021, 13:01
Forum: MS SQL Server
Topic: TZQuery opens a temporary table, all fields are read-only?
Replies: 29
Views: 1918

Re: TZQuery opens a temporary table, all fields are read-only?

Hi Jan You're right about that "Prior". By the way, Cancel doesn't help in this case. However, the convention in Delphi has always been that Next would perform a Post if the record was in the edit state. Briefly speaking, sequence: Last; Edit; Next; Or: Insert; ... Next; It shouldn't cause...
by miab3
31.12.2021, 10:58
Forum: MS SQL Server
Topic: TZQuery opens a temporary table, all fields are read-only?
Replies: 29
Views: 1918

Re: TZQuery opens a temporary table, all fields are read-only?

Hi All, Now there is a new problem. When using ZQuery to modify a row of data, post and then edit, but without any modification, move to another row, move it back, and modify the data, an error will occur. I made a test project. It looks like a very serious error to me!!! "Previous" - does...
by miab3
30.12.2021, 15:04
Forum: ZeosLib 7.3/8.0 Forum
Topic: zMemtable
Replies: 122
Views: 6833

Re: zMemtable

Hi Jan, You didn't quite understand me. The problem is that for FreeTDS, FColumnLengths[ColumnIndex] returns the current max limit for blob. ODBC initially makes -1 of this and therefore has no problem with detecting and copying blobs. After your recent changes(svn7752) to Delphi I still have to use...
by miab3
30.12.2021, 08:43
Forum: MS SQL Server
Topic: TZQuery opens a temporary table, all fields are read-only?
Replies: 29
Views: 1918

Re: TZQuery opens a temporary table, all fields are read-only?

Hey zhuyl,

If you refer to my example 22a.zip
This example was that somehow it works, not that it works perfectly.
That it is not read-only now.

I also observe problems with non-English characters, especially in Lazarus

Michał
by miab3
29.12.2021, 18:25
Forum: MS SQL Server
Topic: TZQuery opens a temporary table, all fields are read-only?
Replies: 29
Views: 1918

Re: TZQuery opens a temporary table, all fields are read-only?

Hi aehimself, All,

Merry Christmas to everyone!

1. It works for me (in conjunction with TZUpdateSQL).
I am enclosing an example:
22a.zip
2. What do you think about:
viewtopic.php?f=50&p=185826#p185826

Michał
by miab3
27.12.2021, 16:34
Forum: ZeosLib 7.3/8.0 Forum
Topic: zMemtable
Replies: 122
Views: 6833

Re: zMemtable

Hi aehimself, Jan, All: I explained a bit with FreeTDS. I changed the line 3785 in zdbccache.pas from: stBytes: if FColumnLengths[ColumnIndex] <= 0 on: stBytes: if ((FColumnLengths[ColumnIndex] <= 0) or (FColumnLengths[ColumnIndex] = 2147483647) or (FColumnLengths[ColumnIndex] = 1073741823)) (From w...
by miab3
11.12.2021, 15:12
Forum: ZeosLib 7.3/8.0 Forum
Topic: dbmemo/dbgrid problem
Replies: 5
Views: 467

Re: dbmemo/dbgrid problem

Hi,

As if change detection for the memo field itself is missing.

Michał
by miab3
11.12.2021, 09:54
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zeos 7.3 testers-thread
Replies: 286
Views: 46741

Re: Zeos 7.3 testers-thread

ZEOS 8.0.0 /trunk svn 7740, 7741, 7742 https://sourceforge.net/p/zeoslib/code-0/HEAD/tree/trunk/ To be able to use ZMemTable SaveToStream and LoadFrom Stream, you should enable in the zeos.inc file: {$DEFINE ZMEMTABLE_ENABLE_STREAM_EXPORT_IMPORT} // line 97 Compiles and Works: - Lazarus 2.0.0(fpc 3...
by miab3
07.12.2021, 20:37
Forum: ZeosLib 7.3/8.0 Forum
Topic: zMemtable
Replies: 122
Views: 6833

Re: zMemtable

Hi Jan, aehimself, However, it is still bad in all three case ( varchar(max), nvarchar(max), varbinary(max)-FreeTDS): a 1 b 1 ERROR2 c 1 ERROR2 ERROR3 Cannot access blob record in column 1 with type Bytes ============================== The aehimself fix does not help much: a 1 b 1 ERROR2 c 1 ERROR2 ...
by miab3
07.12.2021, 11:01
Forum: ZeosLib 7.3/8.0 Forum
Topic: zMemtable
Replies: 122
Views: 6833

Re: zMemtable

Hi Jan,

You're probably right.
In every table with which I have a problem in testing (during ZMemTable tests) FreeTDS has a BLOB field.

Michał
by miab3
03.12.2021, 20:51
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zeos 7.3 testers-thread
Replies: 286
Views: 46741

Re: Zeos 7.3 testers-thread

Hi aehimself,

I coped, as you can see.
But many don't.

Michał
by miab3
03.12.2021, 20:48
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zeos 7.3 testers-thread
Replies: 286
Views: 46741

Re: Zeos 7.3 testers-thread

Hi Jan,

Continues remarks on svn 7733.
In svn 7733 Array BATCH-DML (e.g. for Firebird) stopped working, and it worked in svn7719.
Throws AV.
Test example in this thread:
viewtopic.php?f=50&t=146924

Michał
by miab3
03.12.2021, 13:16
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zeos 7.3 testers-thread
Replies: 286
Views: 46741

Re: Zeos 7.3 testers-thread

Hi Jan, Zeos8_svn_trunk_7733 Delphi 10.3.3-Win32 An entry in ZCore.dpk is missing: ZExceptions in '..\..\src\core\ZExceptions.pas', Compilation notes: [dcc32 Warning] ZDbcFirebirdInterbase.pas(4565): W1024 Combining signed and unsigned types - widened both operands [dcc32 Hint] ZDbcFirebirdInterbase...
by miab3
03.12.2021, 00:12
Forum: ZeosLib 7.3/8.0 Forum
Topic: Problem with ZeosLib 8.00 Delphi Alexandria ZDbcCache
Replies: 4
Views: 264

Re: Problem with ZeosLib 8.00 Delphi Alexandria ZDbcCache

As an aside, Zeos 7.2.14 patch has packages for Delphi 11.

Michał