To start things off, we are presented with a screen where we enter the information that will connect us to our SQL Server. This is
, and is created with a single form containing normal HTML SQLServerMAP.htm
controls and a TEXT
button: SUBMIT
The Server name, along with a Database Name, Login ID and Password, are used to locate and attach to a SQL Server database. A straightforward HTML page produces this screen. When we click the Login button an ASP page
is executed, which will actually attempt the connection.List.asp