Search found 9 matches

by gustavototta
19.10.2023, 19:26
Forum: ZeosLib 7.2 Forum
Topic: Create Database error - cannot run inside a transaction block
Replies: 2
Views: 1431

Re: Create Database error - cannot run inside a transaction block

Hello, how are you?

The resolution for the problem:
ConexaoLog.AutoCommit := true;

its works! :)

Thanks so much
by gustavototta
16.10.2023, 13:50
Forum: ZeosLib 7.2 Forum
Topic: Create Database error - cannot run inside a transaction block
Replies: 2
Views: 1431

Create Database error - cannot run inside a transaction block

Hi everyone! Can anyone help with this question? Zeos version: 7.2.14-release Delphi Version: 10 - Seattle Postgresql Version: 9.3 I'm trying create database with Zeos on runtime with ZSQLProcessor, but i receive this error: CREATE DATABASE cannot run inside a transaction block My script create data...
by gustavototta
14.02.2023, 17:37
Forum: ZeosLib 7.3/8.0 Forum
Topic: Raised exception class $C0000005 with message 'access violation'
Replies: 7
Views: 2104

Re: Raised exception class $C0000005 with message 'access violation'

Hello how are you? We managed to identify a field that was like fkCalculated, that was the problem. This probably happened when migrating from Delphi 7 to Delphi 10 Seattle, in the past there was no problem and after updating with the new Delphi + Zeos 8.0 it started giving access violation. Thank y...
by gustavototta
09.02.2023, 15:05
Forum: ZeosLib 7.3/8.0 Forum
Topic: Raised exception class $C0000005 with message 'access violation'
Replies: 7
Views: 2104

Re: Raised exception class $C0000005 with message 'access violation'

marsupilami wrote: 06.02.2023, 11:38 I had a small discussion with the developer who did that part of Zeos. He will take a look today. We hope to be able to give you a more detailed answer tomorrow.
How are you?

Did you get any response from the ZeosLib developer regarding the access violation we mentioned, please?

Thanks
by gustavototta
06.02.2023, 17:29
Forum: ZeosLib 7.3/8.0 Forum
Topic: Raised exception class $C0000005 with message 'access violation'
Replies: 7
Views: 2104

Re: Raised exception class $C0000005 with message 'access violation'

Hello how are you?

I understand perfectly, I'm waiting. Thanks in advance for your attention!

Hugs
by gustavototta
03.02.2023, 12:30
Forum: ZeosLib 7.3/8.0 Forum
Topic: Raised exception class $C0000005 with message 'access violation'
Replies: 7
Views: 2104

Re: Raised exception class $C0000005 with message 'access violation'

Hello, Database: PostgreSql 9.3 I don't know if I can replicate the error in an isolated application, because our application has many routines to reach the problem. (we also have many external units) We can think of something you can help us with, maybe a connection with anydesk or something simila...
by gustavototta
02.02.2023, 21:25
Forum: ZeosLib 7.3/8.0 Forum
Topic: Raised exception class $C0000005 with message 'access violation'
Replies: 7
Views: 2104

Raised exception class $C0000005 with message 'access violation'

Hello, how are you? In my application there is a function to refresh the queries, but sometimes it is returning ACESS VIOLATION in the "OPEN" method. After clicking on "break" the pointer takes the code to the unit "ZDbcCache.pas", more precisely in the procedure TZRowA...
by gustavototta
02.02.2023, 20:36
Forum: ZeosLib 7.3/8.0 Forum
Topic: SIGSEGV in TZRowAccessor.GetInt after calling Query.Refresh
Replies: 14
Views: 540

Re: SIGSEGV in TZRowAccessor.GetInt after calling Query.Refresh

Hello, can you help me fix this issue?

I replace the lines according to your statement in my file "ZDbcCache.pas", but access violation still occurs. Could you help me, please?

Thank you!
by gustavototta
02.02.2023, 20:32
Forum: ZeosLib 7.3/8.0 Forum
Topic: SIGSEGV in TZRowAccessor.GetInt after calling Query.Refresh
Replies: 14
Views: 540

Re: SIGSEGV in TZRowAccessor.GetInt after calling Query.Refresh

Hi, how i can fix this issue?

I replace the lines according to your statement in my "ZDbcCache.pas", but access violation still occurs.

Could you help me, please?

Thank you!