Anyone know a easy way to program asp or php which involves an SQLOLEDB connection to an SQL server? How can I configure windows98 to make it work? Do I need to insatll MDAC or soemthing? Currently I got the following error for my asp code:

Error while executing / parsing the ASP page
The script reported following error: (error number 0x80004005 hex)

In file /INDEX.ASP

on line 278, position 0 :

set Recordset1 = Server.CreateObject("ADODB.Recordset")

    forgot to say its the error message displayed on the local server(windows98)

      Write a Reply...