I think you got the point Hal!
I just checked chapter 08 and there is two file. one is default.asp,
second which have definition of strConn Connection.asp These are codes of connection.asp:
<% strConn = "Provider=SQLOLEDB; Data Source=WATCHER; " & _
"Initial Catalog=pubs; User Id=davids; Password=whiskey"
%>
I create in sql 7.0 database named WATCHER, but something is still wrong.
I got same message. Anyway, i know whats wrong thank you for your help
|