This is a migrated thread and some comments may be shown as answers.

SQLite and UNC paths

0 Answers 263 Views
Databases and Data Types
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Lars
Top achievements
Rank 1
Lars asked on 31 May 2016, 01:55 PM

Hi,

 

I have an application which lets the user select the database to open via a file dialog. If a UNC path is used, Telerik+SQLite cannot open the database.

I have found out that this relates to this SQLite issue: http://system.data.sqlite.org/index.html/info/bbdda6eae2

I now worked around the issue by escaping the UNC \\ prefix to \\\\ but I feel the cleaner solution would be to provide the parseViaFramework=true parameter to the SQLiteConnection opened by OpenAccessContext.

Is there any reason why this is not done automatically? Or is there any way to make Telerik pass this parameter?

Regards, Lars.

 

Tags
Databases and Data Types
Asked by
Lars
Top achievements
Rank 1
Share this question
or