UNIDAC SQLite access violation

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
traptis
Posts: 1
Joined: Fri 15 Mar 2019 10:24

UNIDAC SQLite access violation

Post by traptis » Fri 15 Mar 2019 10:45

Hi

I am using RAD Studio 10.1 with Unidac V.7.4.12
I have a project that needs to create and use an SQLite db.
The connection is configured as "Direct=True"
When i create a new db i need to run a series of scripts to create the tables structure that i need.
When i am executing the scripts sometimes the execution stops with "Access violation ...." not always at the same script.

Is it a bug or am i doing something wrong in my project ?

Thank you

Takis

KenR
Posts: 9
Joined: Wed 24 Aug 2016 07:20

Re: UNIDAC SQLite access violation

Post by KenR » Sun 17 Mar 2019 06:16

I am also seeing this happen in direct mode.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: UNIDAC SQLite access violation

Post by MaximG » Mon 18 Mar 2019 12:51

Please, in order to investigate the issue, compose and send us a small sample, execution of which causes the mentioned problem. In addition, we will need DDL script to create DB objects used in this sample. For your convenience, please use the e-support form (https://www.devart.com/company/contactform.html)

Post Reply