Web.Config

Snippets

09

Oracle: "Provider=MSDAORA; Data Source=ORACLE8i7;Persist Security Info=False;Integrated Security=yes"

Microsoft Access: "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=c:\bin\LocalAccess40.mdb"

SQL Server (Integrated Security): "Provider=SQLOLEDB; Data Source=MySQLServer; Integrated Security=SSPI"

SQL Server: "Provider=SQLOLEDB; Data Source=myServerAddress; Initial Catalog=myDataBase; User Id=myUsername; Password=myPassword"

MySQL: "Provider=MySQLProv; Server=myServerAddress; Database=myDataBase; Uid=myUsername; Pwd=myPassword;"

IBM AS/400: "Provider=SNAOLEDB; DataSource=myServerAddress; UserID=myUsername; Password=myPassword; DataCompression=True;"

Comments

There are currently no comments, be the first to post one!

Post Comment

Only registered users may post comments.