CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2006
    Location
    Mnila, Philippines
    Posts
    171

    reading .pdb database

    Helo everyone, i have a problem on how to read .pdb database. My plan is to create a dll that create an odbc to read and edit any kind of database...

    any help is deeply appreaciated.

    Thanks!!!!

  2. #2
    Join Date
    Jun 2002
    Location
    Clane, Ireland
    Posts
    766

    Re: reading .pdb database

    I have to be honest and say that I don't know what a .pdb database is, but could you use a "DSN-less" connection to various databases?

    You say that you want to be able to read and write any kind of database, which means that you would have to know how to populate items such as database name, file location etc.

    I'm including a link, which may help you in setting up the relevant connection strings. DSN-less connection strings

    HTH
    JP

    Please remember to rate all postings.

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

Featured