Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ASP ODBC Error
Name: Dustin Date: October 30, 2002 at 18:23:18 Pacific OS: Windows NT CPU/Ram: Enough
Comment:
When I try to load an .asp script it gives me this exact error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access 97 Driver] Can't open database '(unknown)'. It may not be a database that your application recognizes, or the file may be corrupt.
Name: Guti Date: October 31, 2002 at 01:29:04 Pacific
Reply:
Is the DSN properly created and configured?
0
Response Number 2
Name: Adnan Date: November 2, 2002 at 01:44:00 Pacific
Reply:
this may gelp u if u r not using DSN its the tested code
dim conn dim rec set conn = server.createobject("ADODB.connection") set rec = server.createobject("ADODB.recordset") conn.provider = "microsoft.jet.oledb.4.0" conn.open "DATABASE NAME"
Summary: I am testing my ASP pages on win 2000 pro and am using Internet Explorer 5 web browser. When testing pages they do not appear exactly like my examples. Why? ...
Summary: we are using win2k domain controller, runnig IIS 5.0,cient system is win2k pro,VB.NET software installing all win2k pro client, all users create virtuale directory from IIS server, but win2k pro syste...