Detect if SQlite DB is Read Only

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Detect if SQlite DB is Read Only

Post by swierzbicki » Mon 02 Feb 2015 15:35

Hello,

Is there a way to detect if SQLite Database is read only or not ?
Sqlite provide qlite3_db_readonly() function. Is this available with SQLite unidac component ?

Thank you

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Detect if SQlite DB is Read Only

Post by AlexP » Tue 03 Feb 2015 07:51

Hello,

For the time being, there is no such option in UniDAC, we will consider the possibility to add it in one of the next versions.

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Re: Detect if SQlite DB is Read Only

Post by swierzbicki » Wed 04 Feb 2015 10:50

Thank you

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Detect if SQlite DB is Read Only

Post by AlexP » Thu 05 Feb 2015 08:27

If you have any further questions, feel free to contact us.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Detect if SQlite DB is Read Only

Post by AlexP » Thu 19 Feb 2015 15:35

We have already added this functionality, it will be available in the next version.

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Re: Detect if SQlite DB is Read Only

Post by swierzbicki » Tue 03 Mar 2015 07:13

Thank you

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Detect if SQlite DB is Read Only

Post by AlexP » Tue 03 Mar 2015 08:50

You are welcome.

Post Reply