access database connection in vb .net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gyanendra
    New Member
    • Jun 2007
    • 1

    #1

    access database connection in vb .net

    I want to connect the access database with vb.net2003
    But the database selection is dyanmic means user has freedom to select database
    I am passing the whole path in a variable in connection string
    it takes whole path correctly except the database name
    Plz If anyone has ans plz tell me its urgent
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    I'm not sure what the problem is here. Have you tried using a variable instead of the string when you connect?

    Comment

    Working...