December 26, 2005 at 1:14 am
Hi,
I have to create a report in a pdf file. but all the data for that file is in SQL Server.
I have already wirtten a procedure to fetch that data, the procedure shows the exact data ,but i want to show all the result in a pdf file.
does any one know how this can be done.
Pallavi
December 26, 2005 at 3:28 am
Can you try the following link:
http://www.sqlservercentral.com/columnists/mivica/creatingapdffromastoredprocedure.asp
Bye..!
December 26, 2005 at 5:06 am
Thanks kishor for the link,
I have implemented it, but Now i want to use some word formating in the pdf file
do u know somthing abt it?
Pallavi
December 26, 2005 at 5:45 am
What type of word formating ? Explain in detail.
Bye..!
Kishore.P
December 27, 2005 at 9:10 am
Sounds like you need to generate a formatted report. Have you looked at reporting services?
Or Crystal Reports? I use Crystal Reports, make the report, then use the Crystal Report exporter http://www.rainforestnet.com/ and make a batch file that creates the PDF, date time stamps it and ftp's it.
Good luck
January 3, 2006 at 2:56 pm
In addition to Reporting Services and Crystal Reports, ColdFusion MX 7 does pdf creation.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply