Languages

Menu
Sites
Language
How to use SQLite on .NET TIZEN

I want to use SQLite db on my test .NET app.

So I've implemented sample code(my test .NET app).

In order to use SQLite, my app is referenced SQLite dll which is downloaded sqlite.org.

Also I added it from NuGet. These are not applied same time on my test app.

So I can build my test app but it generated exception at ctreating SQLiteConnection.

How can I fix it?

Is there anybody who has sample .NET app using SQLite?

Edited by: SangBok Han on 18 Mar, 2018

Responses

4 Replies
Armaan-Ul- Islam

I would Suggest you to Use any PCL (Portable Class Library ) version of SQLite. That may Support Tizen.NET.

Yauhen Sampir

It's not working, because no one support tizen as I see.
Do you have any other options to use SqlLite on .NET Tizen?

Armaan-Ul- Islam

Haven't seen any guides/documentations on the Internet yet on How to Use SQLite in Tizen.NET.

 

Guides and API Documentations are growing fast...hope to see it soon.

Brian Mouton

Did you ever figure this out? I'm new to the Tizen platform (building a C++ Native App), but I'm a professional .NET developer with SQLite experience. It would be helpful if you posted the error message you're getting from SQLite for better advice.