Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal 8.0 OLE-DB Conn Issue

Status
Not open for further replies.

FRANDAZZO

Programmer
Nov 29, 2000
60
0
0
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top