Results 1 to 3 of 3

Thread: ODBC in vb

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    15

    hi

    I have tried that , but it doesn't seem to work. I was thinking that probably there is something wrong with App.Path but I have no clue what should be there instead? anybody, help?

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    Its probably your connection string

    change this:

    Adodc1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;" & _
    "Persist Security Info=False;" & _
    "Data Source=" & App.Path & "\mailingList.mdb;"
    '"Mode=Read|Write|Share Deny None;"


    To This:

    Adodc1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;Data Source=" & App.Path & "\mailingList.mdb"

    You don't need that extra crap on the end unless you need a special edit mode....


    Tom


  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    15

    the same error

    yes, It seems that I don't need those extra things, but I still get the same error. any suggestions?

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