Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Does anyone here knows how to generate sqlite report in crystal reports?

sample codes,library,dll,wrapper or links would be a great help...


thanks in advance!
Posted

1 solution

You can manually load data tables / data sets from your SQlite db and assign them as the data source for the report.

Here's a codeproject tutorial explaining how to do it
Crystal Report with DataSet and DataTable using C#[^]
The author has used an OracleConnection to load data - you can do the same with SQlite
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900