Contents tagged with connection string
-
SQL Server Connection String for Integrated Security (Windows Authentication)
connectionString="data source=SERVER\INSTANCE;Initial Catalog=MyDB;Integrated Security=SSPI;If using an App Pool account, use the following example formats:IIS APPPOOL\DefaultAppPoolIIS APPPOOL\ … more
-
SQL Server Reporting Services Data Source Connecting String for Oracle Database
Type: OLE DB
Connection String: Provider= ORAOLEDB.Oracle; Data Source=<MyOracleDataseName> more