Has any been able to use SetConnection and/or SetDatabaseLogon
succesfully?
The following code works fine when changing the username and password
myReport.DataSourceConnections.Item(i).SetLogon(dbUserName, dbPassword)
SetConnection should work the same as SetLogon but it does not
myReport.DataSourceConnections.Item(i).SetConnection(dbServer, dbDataBase, dbUserName, dbPassword)
Any suggestions?