
Need to Save .rpt files in SQL Server 7.0 with ADO 2.1
Hi,
I need to save .rpt files in SQL Server 7.0 using ADO 2.1. This is to keep
users from inadvertently opening and modifying the files.
The goal is to open the files from SQL Server recordsets as Read-Only and
run the reports. Then delete the files and repeat the procedure as needed.
I have tried to use appendchunk unsuccessfully so far.
Can anyone help me to accomplish this?
Thank you