|
Hi,
I had a system on my personal computer that I had few ASP applications hosted to make my life easier but now that I upgraded the system to Windows XP with Office 2003, the ASP code is no longer connecting to my old database.
Here is the error I get:
Error Type:
ADODB.Connection (0x800A0E7A)
Provider cannot be found. It may not be properly installed.
/includes/utils.asp, line 10
Here is the code that I use:
Set Conn=server.createobject("adodb.connection")
Conn.Provider = "Microsoft.Jet.OLEDB.4.0"
Conn.ConnectionString = "Data Source=" & DbName & ";"
Conn.Open
Please help me sort this out. Why is it not connecting with a new system? The local site worked fine before I upgraded the system.
Is this not supported on Windows XP with office 2003?
If not, could you please provide me with a code on how I could connect to an Access database on this system.
Thank you.
__________________
Guna D
Please login or register to view this content. Registration is FREE - Post the link to your stories/news on my site and make Adsense money. Keep 100% of the revenue to yourself just for posting a link.
|