[thelist] Beginner's ASP... (solved)

Beau Hartshorne beau at gohothouse.com
Thu Apr 12 13:47:53 CDT 2001


> <%
> 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





More information about the thelist mailing list