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
 
L

Larry Linson

You'd be looking for the Jet database engine API, which, AFAIK, is not
documented. There are ODBC drivers available for Jet databases, from
Microsoft, and perhaps from third parties. The "native language of Jet" is
Data Access Objects. That library is part of MDAC 2.5, I believe, but I
cannot say how you'd access it from PowerBuilder.

Larry Linson
Microsoft Access MVP
 
Top