I have an SQL database with records of different library members. At the end of the month, I need to print out a sheet with all members who haven’t returned their library books and their addresses. I am okay with the query, but I don’t know how to print out the results on a paper in tabular form? Is there a proper way of doing this?
I was thinking of writing the results to an html document and printing that. Would that be a good idea? Thanks for your help.
Hiya hope link below help; :
[links] – with code
1) Export to excel – export from sql server to excel file using asp.net and vb.net?
2) Crystal report – http://vb.net-informations.com/crystal-report/crystal_report_from_sql_query_string.htm
hope its helps, if you want you can share what you have done, I can try and fix your code. Cheers!