I have a report created on DBase DB. I need to run this report through an ASP page. What is the connection line that sets the Dbase file destination?
(such as Set oMainReportTable = Session("oRpt".Database.Tables.Item(1)
'oMainReportTable.SetLogonInfo cstr(Ora_odbc), cstr(Ora_DB), cstr(Ora_uname), cstr(Ora_pass)
In oracle)
(such as Set oMainReportTable = Session("oRpt".Database.Tables.Item(1)
'oMainReportTable.SetLogonInfo cstr(Ora_odbc), cstr(Ora_DB), cstr(Ora_uname), cstr(Ora_pass)
In oracle)