![]() |
|
#1
|
|||
|
|||
|
I get an the error "An error occured while attempting to initialize the BDE" when I call DbiOpenCfgInfoList with the following parameters:
Code:
var hCur : hDBICur; Path : String; Temp : Array[0..255] of Char; begin Path := '\System\INIT\'; Check(DbiOpenCfgInfoList(nil, dbiREADONLY, cfgPERSISTENT, StrPCopy(Temp, Path), hCur)); end; The Captain
|
| Thread Tools | |
| Display Modes | |
|
|