Hello I am having this problem:
I am using the same code from another program to open some Crystal Reports but in the other program I was using an Access Db. So
crRepp.Database.SetDataSource "C:\folder\db.mdb"
worked perfectly. Now for this app, Im using SQL Server. What do I change here to make it work in SQL Server? The DSN for the db is CSTIM by the way. Thanx.


Reply With Quote