Hi
I'm using CR 9. I'm trying to connect to the database using
cr.Database.Tables.Item(1).SetLogOnInfo "ServerName", "DB_Name", "UserName", "Password"
I'm still getting dialog box of Data Source Selection (ODBC)
How to connect database on run time with this dialog box. Do I need to set up a DSN connection. This connection string works fine with data retrieval functions.
Thanks
I'm using CR 9. I'm trying to connect to the database using
cr.Database.Tables.Item(1).SetLogOnInfo "ServerName", "DB_Name", "UserName", "Password"
I'm still getting dialog box of Data Source Selection (ODBC)
How to connect database on run time with this dialog box. Do I need to set up a DSN connection. This connection string works fine with data retrieval functions.
Thanks