Results 1 to 2 of 2

Thread: Probably a stupid question but .....................

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 1999
    Location
    UK
    Posts
    300
    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
    Resistance is futile

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width