in reply to How to retrieve information in ms-acess using win32

gube-

Here are some examples to get you started on dbi:
you will also have to figure out how to connect to your MS Access db. here are two ways: you can setup a dsn on your computer that points to your mdb file or you can explicity specify the file in the connect method. checkout google for examples

-hth
  • Comment on Re: How to retrieve information in ms-acess using win32