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.
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
MM_connDUclassified_STRING = "Provider=sqloledb;" & _
"Network Library=DBMSSOCN;" & _
"Data Source=205.206.XXX.XXX,1433;" & _
"Initial Catalog=data_base;" & _
"User ID=user_name;" & _
"Password=password"
%>