Delphi Pages Forums  

Go Back   Delphi Pages Forums > Delphi Forum > DB-Aware

Lost Password?

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-14-2008, 07:20 AM
TheCaptain TheCaptain is offline
Senior Member
 
Join Date: Dec 2005
Posts: 193
Default DbiOpenCfgInfoList problem

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 BDE is installed on this machine and I can access Paradox tables with no problem. Why am I getting this error?

The Captain

Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:56 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.