Link to home
Start Free TrialLog in
Avatar of keithcsl
keithcsl

asked on

Setting Local Share for Paradox tables

Hi

How do i set the Local Share parameter for Paradox tables programmatically??

Regards
Keith
Avatar of ZifNab
ZifNab

Hi keithcsl,

Look at

function DbiOpenTable (hDb: hDBIDb; pszTableName: PChar; pszDriverType: PChar; pszIndexName: PChar; pszIndexTagName: PChar; iIndexId: Word; eOpenMode: DBIOpenMode; eShareMode: DBIShareMode; exltMode: XLTMode; bUniDirectional: Bool; pOptParams: Pointer; var hCursor: hDBICur): DBIResult stdcall;

Regards, Zif.

ASKER CERTIFIED SOLUTION
Avatar of BlackMan
BlackMan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of keithcsl

ASKER

BlackMan

Thanks a lot...
Just what i was looking for

Keith