I am an A-Level student. I have to use sharpdevelop (VB.net) for this project and I need to create and print reports to create bills for each client. I also have to use SQLite (using SQLite Admim as my database client).

In sharpdevelop there is a report generator but I need it to talk to my sqlite database. However it won't let me! Does anyone out there have a solution to get round this? Either in sharpdevelop or sending the data to another piece of software? but I have to remain in sharpdevelop.

Please remember I am only a novice and I need it in simple terms please.

有帮助吗?

解决方案

The SharpDevelop Report Generator currently only supports SQL Server.

You will need to look at using a different report generator. If you are creating a PDF report then a library such as iTextSharp or Report.NET may help. SharpDevelop's Report Generator uses iTextSharp to generate its PDF reports.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top