All -
I always used an odbc conn using the rdc component in asp pages and never had a problem viewing a crystal report. I have now been asked to use an ole-db conn. All I keep getting is the "Server has not yet been open error". I have tried all different conn methods that other programmers have tried along with all the posted threads on the the crystal decisions site. If anyone has some information on this it would be greatly appreciated! He are all the conn methods I have tried:
(1)
Session("oApp"
.LogOnServer "p2soledb.dll",server,db,uid,pwd
(2)
Session("oApp"
.PESetNthTableLogonInfo "server","db","uid",pwd
(3)
session("oRpt"
.Database.Tables1.SetLogOnInfo "server","db","uid",pwd
Thanks in advance,
Frandazzo
I always used an odbc conn using the rdc component in asp pages and never had a problem viewing a crystal report. I have now been asked to use an ole-db conn. All I keep getting is the "Server has not yet been open error". I have tried all different conn methods that other programmers have tried along with all the posted threads on the the crystal decisions site. If anyone has some information on this it would be greatly appreciated! He are all the conn methods I have tried:
(1)
Session("oApp"
(2)
Session("oApp"
(3)
session("oRpt"
Thanks in advance,
Frandazzo