Hi all,
I want to store certain invoice printouts in .psr format, into an SQL Server 2005 database so that the users can retrieve the psr and have the reports displayed. I am using PB 11.5.
I can save it in an external file OK (using SaveAs - PSReport!).
I am puzzled for the following.
How to save it in the database.
Also it would be more than 32kb so FileRead will have issues to create a single file (?).
What is the best datatype to use for SQL Server?
How do I retrieve it to use it? (FileRead and then create external file with FileWrite?)
Has anyone done it before? Any recommendations, samples, guidelines are more than welcome!
Thanx in advance!