strConnectionString = "Provider=Microsoft.jet.oledb.4.0;Data Source=" & Request.ServerVariables ("APPL_PHYSICAL_PATH") & "database_path[mdb file path]
2. SQL
strConnectionString = "provider=sqloledb.1;initial catalog=
3. Oracle
Create a DSN entry, refer the created DSN in the connection string
strConnectionString = "DSN=
No comments:
Post a Comment