User Defined Functions, UDF, SQLite, Direct mode off

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
m227
Posts: 75
Joined: Mon 06 Aug 2007 12:41

User Defined Functions, UDF, SQLite, Direct mode off

Post by m227 » Tue 27 Aug 2019 16:24

Hi, I use UniDAC to connect with SQLite using external dll (Direct = False).
When I try to execute any query containing my User Defined Function I get Access Violation.
When I switch to Direct = True, UDF functions work.

Is there any way to make these functions work while not in Direct mode?
Delphi 10.2, UniDAC 7.0.2, sqlite.dll 3.29.0.0.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: User Defined Functions, UDF, SQLite, Direct mode off

Post by ViktorV » Thu 12 Sep 2019 05:27

Unfortunately, we cannot reproduce the problem in our environment based on the data you provide.
Please, compose a small sample demonstrating the described behavior and send it to us using the contact form https://www.devart.com/company/contactform.html including scripts for creating and populating database objects.

Post Reply