[thelist] Oledb connection problem with Access XP

Scott Dexter sgd at ti3.com
Mon Nov 26 10:34:47 CST 2001


Sorry if this is whay late, but did you try:

objConn = "Provider={Microsoft.Jet.OLEDB.4.0};Data
Source=c:\Inetpub\wwwroot\issimo\issimo.mdb"


(notice the curly braces)

sgd

> -----Original Message-----
> From: Joel D Canfield [mailto:joel at spinhead.com]

> Any idea why this code:
> 
>      Set objConn = Server.CreateObject("ADODB.Connection")
>      objConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data
> Source=c:\Inetpub\wwwroot\issimo\issimo.mdb"
> 
> 
> begets this error?
> 
>      Error Type:
>      Microsoft VBScript runtime (0x800A01A8)
>      Object required: 'Provider=Microsoft.J'
>      /issimo/ins_prods_response2.asp, line 20
> 




More information about the thelist mailing list