Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
In Visual Studio 2012 Server Explorer the sqlite tables are connected and visible but in Field Explorer I don't know which data provider is suited for sqlite database ? Tell me How to Connect field Explorer of crystal report to sqilte Database? Thanks
Posted
Updated 1-Dec-16 23:02pm
Comments
Member 8920414 7-Oct-13 1:20am    
You can see my question with image on following link :http://www.dbtalks.com/Forums/Thread/1400/connecting-sqlite-database-with-crystal-report-in-vs-2012.aspx
thatraja 7-Oct-13 11:25am    
Check my updated answer

Go with PUSH method which is used by most people, it's nothing but loading reports without db. Here a sample tutorial.
C# Crystal Reports without database[^]

EDIT
-----------------
Your Comment(which has been deleted by you ??? ):
Not data base is huge .your solution is just for practice not for professionals work
No, I disagree. In past, I have used that method on more than couple of projects. Actually one of our clients wanted to switchover to another database(SQL to Oracle), So we choose the PUSH method. That project now has around 300+ reports. It's not a easy job to change connection on those reports when client wants to go with some other database. Besides, you won't get issues like Timeout error. There're more things related to this method.
 
Share this answer
 
v2
Dear please use Datasets for connecting Sqllite or anyother database which are not directly supported by crystal reports
 
Share this answer
 
Comments
CHill60 2-Dec-16 11:41am    
Not very clear! Do you want to explain "how"

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