Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO connection for NT4

Status
Not open for further replies.

dukkse

Technical User
Oct 15, 2003
42
US
Hey!!

I have a script that gets info and puts into an accessdatabase through VB script. This works fine on win2000 and w2003 machines, but not on NT4:s.

The string I use to connect (and where I get the error message) looks like:

Set objConnection = CreateObject("ADODB.Connection")
Set objRecordSet = CreateObject("ADODB.Recordset")
objConnection.Open _
"Provider = Microsoft.Jet.OLEDB.4.0; " & _
"Data Source = inventory.vbs"

I'll get the errormessage on line objConnection.Open _

I have MDAC 2.7 installed on the servers.

/Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top