
Is there a way to call Crystal report from the web site
create an connection string to your server and database.
create an sql string to access the database
when opening the connection, use your connection string
when opening the report, use your sql string
Set oConn = Server.CreateObject("ADODB.Connection")
oConn.Open Session("CnString")
set session("oRs") = Server.CreateObject("ADODB.Recordset")
session("oRs").ActiveConnection = oConn
session("oRs").Open SqlString
Hope this helps...
Quote:
> Hi,
> I have several reports developed with Crystal reports 7.0.
> I do not know how to put this report on the web.
> The reports are created against a sqlserver 7.0 database and some
> reports need parameters to run the report.
> Seagate sent some examples.
> The sample reports are against a dBase data.
> How is it possible to see the reports using the crystal smart viewer?
> I will appreciate if anyone has the answer.
> Thanks in advance.
> Regards,
> Rama.
> Sent via Deja.com http://www.deja.com/
> Before you buy.