> <%
> Dim oConn
> Set oConn = Server.CreateObject("ADODB.Connection")
>
> Call oConn.Open("Education", "sa", "")
> Call oConn.Close
> %>
This code executes properly. Turns out the Database file I was trying to
access was corrupt.
I really appreciate all the help!
Beau