ms-access API

A

angel

Hi everybody!
I’m looking for ms-access API help and/or documentation. I’m writing a
PowerBuilder application where I have to import/export data from/to
ms-access to/from another data source.
Could anybody of you tell me where I should start?
Thanks.
Angel
 
J

John Nurick

Hi Angel,

I've never used PowerBuilder but probably you can just use ODBC to
connect to the Access database (.mdb file) without using Access itself
at all.

Otherwise, if PowerBuilder is OLE-compatible, you can use the DAO or
ADODB object models to open the .mdb and manipulate the data using
queries or recordset operations. (Access itself exposes an object model
but it's seldom necessary or appropriate to use this for simple
importing/exporting.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top