PDA

Click to See Complete Forum and Search --> : Probably a stupid question but .....................


locutus
Aug 14th, 2000, 09:20 AM
I have VB 5 installed on my machine at work and wish to set up some basic ASP stuff with VBscripting.
In the chapter of the book I am reading it gives examples like :

connectstring = "Provider = Microsoft.jet.OLEDB.3.51;" _
& "Data Source=c:\begDB\biblio.mdb"

set myconnection = server.createobject("ADODB.connection")
set RSTitlelist = Server.createobject("ADODB.recordset")

does the ADODB.connection only work if you are using VB6 on your machine ? as I know that VB6 uses the new ADO model.
Or is that not the case, is it handled by the pws or IIS

any insight would be great as I am new to this area
Locutus

Clunietp
Aug 14th, 2000, 11:10 AM
It should work fine (i'm assuming SOME version of ADO is installed on your machine...)

I would suggest updating your ADO objects to version 2.5 @ http://www.microsoft.com/data