Search found 24 matches

by brunodelmondes
11.02.2021, 21:49
Forum: ZeosLib 7.3/8.0 Forum
Topic: ZMemTable 'Operation is not allowed in READ ONLY mode' exception
Replies: 10
Views: 681

Re: ZMemTable 'Operation is not allowed in READ ONLY mode' exception

Thank you for that explanation, aehimself!!! Maybe I didn't made myself clear. What I'm wondering is, if it's possible to persist changes made in ZMemTable to a ZQuery and the ZQuery commit those changes to the database. I'd like to be able to do that because, I intend to load the data from a ZQuery...
by brunodelmondes
11.02.2021, 20:08
Forum: ZeosLib 7.3/8.0 Forum
Topic: ZMemTable 'Operation is not allowed in READ ONLY mode' exception
Replies: 10
Views: 681

ZMemTable 'Operation is not allowed in READ ONLY mode' exception

Hi guys! I just installed Zeos SVN 7315 on Delphi 2010 for testing ZMemTable, then I wrote some code: ZQuery.ReadOnly := false; ZQuery1.Open; ZMemTable1.EmptyDataset; ZMemTable1.CloneDataFrom(ZQuery1); ZMemTable1.Open; ZQuery.Close; I have a DataSource linked in a DBGrid and a DBNavigador, after doi...
by brunodelmondes
11.02.2021, 20:02
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zeos 7.3 testers-thread
Replies: 286
Views: 49446

Re: Zeos 7.3 testers-thread

Hello @aehimself!
Also, please open a new topic under ZeosLib 7.3/8.0 Forum, this thread is for test results.
I'm sorry, I'll do it.

Thank you for your reply!
by brunodelmondes
11.02.2021, 18:30
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zeos 7.3 testers-thread
Replies: 286
Views: 49446

Re: Zeos 7.3 testers-thread

Hi guys! I just installed Zeos SVN 7315 on Delphi 2010 for testing ZMemTable, then I wrote some code: ZQuery.ReadOnly := false; ZQuery1.Open; ZMemTable1.EmptyDataset; ZMemTable1.CloneDataFrom(ZQuery1); ZMemTable1.Open; ZQuery.Close; After that, I tried to post changes on ZMemTable1 then I got 'Opera...
by brunodelmondes
30.10.2020, 18:06
Forum: ZeosLib 7.2 Forum
Topic: Keep ZQuery active even if ZConnection is closed
Replies: 8
Views: 335

Re: Keep ZQuery active even if ZConnection is closed

Hey Jan! Thank you for this great answer. Indeed, a computer server must be on all the time. The Zeos web service driver will be very useful, no doubts. Another option is to see what it takes to make a Zeos result set be able to keep open even if the connection is closed. Even though it should be po...
by brunodelmondes
29.10.2020, 16:04
Forum: ZeosLib 7.2 Forum
Topic: Keep ZQuery active even if ZConnection is closed
Replies: 8
Views: 335

Re: Keep ZQuery active even if ZConnection is closed

I don't know your environment but with most environments / networks that I know about, connection loss happens very rarely. If this really is a concern to you, we might consider to find a way to extend the webservice driver in Zeos 7.3/8.0 so that it can work with FPC too. Well, at my country, some...
by brunodelmondes
29.10.2020, 13:55
Forum: ZeosLib 7.2 Forum
Topic: Keep ZQuery active even if ZConnection is closed
Replies: 8
Views: 335

Re: Keep ZQuery active even if ZConnection is closed

Hello MJFShark!

Those are really awesome components, but unfortunately I can't use them since I'm building my application with Lazarus. There is the BufDataset in Lazarus, witch is a virtual dataset, but I'm not sure (don't know how to do) if it is possible to use it along with a ZQuery.
by brunodelmondes
29.10.2020, 13:46
Forum: ZeosLib 7.2 Forum
Topic: Keep ZQuery active even if ZConnection is closed
Replies: 8
Views: 335

Re: Keep ZQuery active even if ZConnection is closed

Hello Jan, thanks for replying! Well, as long as I'm using dbware components, if my application loses connection with the server for some reason, I can't commit changes to database because, to get a connection with the server again, it is necessary to disconnect ZConnection and connect again and thi...
by brunodelmondes
28.10.2020, 19:23
Forum: ZeosLib 7.2 Forum
Topic: Keep ZQuery active even if ZConnection is closed
Replies: 8
Views: 335

Keep ZQuery active even if ZConnection is closed

Hello, I'm Bruno. I'm using Zeos 7.2.6 with Lazarus 2.0.8 (FPC 3.0.4) and Firebird 2.1.7 as DBMS. I'm building a client - server application using dbware components. I searched the forum a lot before asking this but I didn't find any answer... my doubt is, is it possible, somehow, to keep a ZQuery a...