Consulting

Results 1 to 2 of 2

Thread: Solved: vba to solidDB

  1. #1
    VBAX Newbie
    Joined
    Jan 2011
    Posts
    2
    Location

    Solved: vba to solidDB

    I try to connect from VBA/excel to solidDB, but have some problem to do that. I can almost read solidDB table to Excel worksheet, but the connection sting causes some problem. If it is like this: [vba]"varConnection = "ODBC; DSN=tcp 2315; DBQ=solid.db, 'dba', 'dba'""[/vba], then Select data source dialog pops out and ask to select Machine Data Source. Once I do that and provide username and password, I can read the database data into worksheet. Any ideas what I could do or try? I tried various different connection strings without luck.

  2. #2
    VBAX Newbie
    Joined
    Jan 2011
    Posts
    2
    Location
    Managed to figure it out.

Posting Permissions

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