Shared Tutorials New
Website Development
2D & 3D Graphics
Audio & Video Editing
Databases
Desktop Programming
Operating Systems
Business Applications
Miscellaneous
Selected Reading
© 2011 TutorialsPoint.COM
|
Shared Tutorials Directory
Tutorials Shared by the Community
-
This short tutorial will teach you how you can create a PDF file on the fly for free using ASP
http://dypso.free.fr/tech/generer_pdf_asp_sql_server_procedure-en.php
Tutorial Statistics
This article explains how to create a stored procedure and to call it from ASP or directly from SQL Server. The stored procedure will in turn create a simple column based report in PDF without using any external tools or libraries (and their associated licensing costs!).
* How to call the stored procedure from ASP with ADO :
The stored procedure is called SQL2PDF, in order to execute it from ASP the simple way but not the best is to create a connection object to your database and then called the Execute method of this object. More detail...
|
|
|