Click to See Complete Forum and Search --> : reading .pdb database


sweet_babylhyn
March 26th, 2007, 10:57 PM
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!!!!

jp140768
March 28th, 2007, 07:46 AM
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 (http://www.carlprothman.net/Default.aspx?tabid=90)

HTH