This is my first foray into ASP and I'm having some difficulties setting up the forums.
For testing purposes i'm running IIS and Sql Server Express on my pc while i develop the site then will move it to a webhost when complete.
My problem is this error I get when i try and open the index.asp page after completing setup:
---------------------------
Microsoft OLE DB Provider for SQL Server error '80040e37'
Invalid object name 'tblDateTimeFormat'.
/functions/functions_date_time_format.asp, line 78
-----------------------------
the line mentioned is:
rsDateTimeFormat.Open strSQL, adoCon
The table
'tblDateTimeFormat' exists in the sql db, so whats the problem with it?
Is this the first place where the website connects to the website?
I'm completely lost here!