Ok, thank You, Jan, I will check out (probably the next days) and try it.
with best regards
Andreas
Search found 24 matches
- 27.02.2017, 13:23
- Forum: ZeosLib 7.1 stable Forum
- Topic: ZQuery and Refresh
- Replies: 13
- Views: 5167
- 16.01.2017, 08:21
- Forum: ZeosLib 7.1 stable Forum
- Topic: ZQuery and Refresh
- Replies: 13
- Views: 5167
Re: ZQuery and Refresh
Thank You, Jan !
For the moment (in that case) I can do "<Query>.Close", then "<Query>.Open", but if Refresh will work, it would by fine.
with best regards
Andreas
For the moment (in that case) I can do "<Query>.Close", then "<Query>.Open", but if Refresh will work, it would by fine.
with best regards
Andreas
- 10.01.2017, 10:06
- Forum: ZeosLib 7.1 stable Forum
- Topic: ZQuery and Refresh
- Replies: 13
- Views: 5167
Re: ZQuery and Refresh
Hello Jan, I could reduce the problem to the following : - (with SQL) : "create table refreshdata (no Integer, info_data Char (50))" - (with SQL) : "insert into refreshdata values (1, 'info 1')" - create a delphi project with ZConnection to the database and ZQuery - ZQuery.SQL.Te...
- 10.01.2017, 08:42
- Forum: ZeosLib 7.1 stable Forum
- Topic: ZQuery and Refresh
- Replies: 13
- Views: 5167
Re: ZQuery and Refresh
Hello (again...), maybe it's helpfull : the query with the refresh-problem has an "AfterOpen"-Event, this event changes display-labels, adds "OnGetText"-Events to some fields and - this is some how the problem - changes the index (FieldByName ('XY').Index := n). Without changing ...
- 09.01.2017, 09:43
- Forum: ZeosLib 7.1 stable Forum
- Topic: ZQuery and Refresh
- Replies: 13
- Views: 5167
Re: ZQuery and Refresh
Hello again, and the best wishes for the new year ! some time ago, I posted about the problem with "refresh"; meanwhile I had the chance to test again, therefore I checked out the version 7.2 (SVN revision 3892). First : the problem seems to be the same (unit ZDatasetUtils, "FetchFrom...
- 12.07.2016, 12:10
- Forum: ZeosLib 7.1 stable Forum
- Topic: ZQuery and Refresh
- Replies: 13
- Views: 5167
Re: ZQuery and Refresh
Hello Jan,
I just checked out 7.2 and will do some test.
Thank You,
best regards
Andreas
I just checked out 7.2 and will do some test.
Thank You,
best regards
Andreas
- 11.07.2016, 12:39
- Forum: ZeosLib 7.1 stable Forum
- Topic: ZQuery and Refresh
- Replies: 13
- Views: 5167
ZQuery and Refresh
Hello, in Delphi 7 and Zeos 6.5.1 I often use "<ZQuery>.Refresh" to refresh the data displayed, for example in a DBGrid (Database is PostgreSQL 8.4). After changing to Delphi XE 10, Zeos 7.14 and PostgreSQL 9.5, I have some problems doing this again. Debugging leads to the unit "ZAbst...
- 05.02.2015, 09:26
- Forum: ZeosLib 7.1 stable Forum
- Topic: Wrong message on error
- Replies: 1
- Views: 1170
Re: Wrong message on error
Hello (again), after doing some experiments with "direct" access (using "PGconnect" etc. from libpq.dll) I was able to get the right error-message: after changing "client_encoding" from "LATIN1" to "UTF-8" the correct message is displayed. :oops: I'm...
- 03.02.2015, 14:33
- Forum: ZeosLib 7.1 stable Forum
- Topic: Wrong message on error
- Replies: 1
- Views: 1170
Wrong message on error
Hello, I'm using Zeos 7.1.4 stable with Delphi XE 7 and Postgres 9.4; when there is an error (SQL-Syntax or other), I always get ' "SQL Error: ERROR: character with byte sequence ... in encoding "UTF8" has no equivalent in encoding "LATIN1" '. The message is generated by &qu...
- 27.11.2014, 08:07
- Forum: ZeosLib 7.1 stable Forum
- Topic: Integer Overrun
- Replies: 2
- Views: 480
Re: Integer Overrun
Thank You, Michal,
I will check this.
with best regards
Andreas
I will check this.
with best regards
Andreas
- 26.11.2014, 11:19
- Forum: ZeosLib 7.1 stable Forum
- Topic: Integer Overrun
- Replies: 2
- Views: 480
Integer Overrun
Hello, in the unit "ZCompatibility" there is the function "hash" - for some values this function gives an exception (integer overrun). My system : Windows 8.1 (64 Bit), Delphi XE6, Zeos 7.1.3a, build target is 32 Bit The problem will, for testing, occure when passing a string of ...
- 25.08.2014, 06:37
- Forum: ZeosLib 7.1 stable Forum
- Topic: TZRowAccessor.CompareBuffers
- Replies: 2
- Views: 612
Re: TZRowAccessor.CompareBuffers
Hi,
Thank You for the patch, it is very helpfull for me.
With best regards
Andreas
Thank You for the patch, it is very helpfull for me.
With best regards
Andreas
- 18.08.2014, 09:37
- Forum: ZeosLib 7.1 stable Forum
- Topic: TZRowAccessor.CompareBuffers
- Replies: 2
- Views: 612
TZRowAccessor.CompareBuffers
Hello, in some situation there seems to be a problem in the function mentioned above : ... stInteger: Result := PInteger(ValuePtr1)^ - PInteger(ValuePtr2)^; ... the "old" value in my integer-column is somewhat with 3.000.000, the new one is about -2.147.480.000. Both values are inside the ...
- 16.08.2011, 08:54
- Forum: PostgreSQL
- Topic: Indexnames
- Replies: 5
- Views: 1813
- 12.08.2011, 14:46
- Forum: PostgreSQL
- Topic: Indexnames
- Replies: 5
- Views: 1813