SQLite adapter not showing in Designer

Stimulsoft Ultimate discussion
ec20
Posts: 8
Joined: Thu May 02, 2013 12:05 am

Re: SQLite adapter not showing in Designer

Post by ec20 »

I was finally able to get connected to SQLite. The following are the steps I had to use.

1. Download sqlite-netFx45-binary-x64-2012-1.0.85.0.zip from http://system.data.sqlite.org/index.htm ... loads.wiki

2. Extract System.Data.SQLite.dll and SQLite.Interop.dll and place in my bin directory
3. Add reference of System.Data.SQLite.dll to the Stimulsoft.Report.SQLiteDatabase project
4. Set the Stimulsoft.Report.SQLiteDatabase project to .NET 4.5 framework with AnyCPU
5. Compile and copy to the bin project
6. Compile my application with .NET 4.5 and AnyCPU
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: SQLite adapter not showing in Designer

Post by HighAley »

Hello.

Thank you for the detailed instruction how to connect to the SQLite.

Thank you.
Post Reply