Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim conn as ADODB.Connection
Set conn = New ADODB.Connection
conn.ConnectionString = "Provider=SQLOLEDB.1;" & _
"Persist Security Info=False;" & _
"User ID=blah;" & _
"Password=Password4Blah;" & _
"Initial Catalog=DatabaseName;" & _
"Data Source=ServreName"
conn.Open