Storing Crystal Report in SQL Server

G

Guest

Hey I just want to know if anyone has ever tried storing a Crystal Report in
a SQL Server db.

I want to save the reports similar to how you would store a pdf. I have a
image field in the database that would store the actual file. Can you store
the .rpt file the same way and just do a BinaryWrite to view the report?

Is this possible??
 
G

Guest

John Scott said:
Hey I just want to know if anyone has ever tried storing a Crystal Report in
a SQL Server db.

I want to save the reports similar to how you would store a pdf. I have a
image field in the database that would store the actual file. Can you store
the .rpt file the same way and just do a BinaryWrite to view the report?

Is this possible??

You can store any binary file in a SQL Server image field.

You can't just do a binarywrite of a crystal report - you would see the
binary "garbage" in your web browser. Crystal comes with samples for how to
display their reports in a web browser or you can find them on their support
site.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top