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
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