Einzelnen Beitrag anzeigen

kachwahed

Registriert seit: 4. Aug 2010
2 Beiträge
 
Delphi 2 Desktop
 
#3

AW: [Fataler Fehler] Version von SqlConst.SNOERROR compiliert

  Alt 16. Nov 2011, 17:44
Sorry, I'am late!
it is reported here:
[url] http://edn.embarcadero.com/article/32337 [/ url]
However you need to add the constants:
[code] SNOERROR ='';
SWARNING ='';
SCONNECTIONFAILED ='';
SDRIVERINITFAILED ='';
SOPTLOCKFAILED ='';
SINVALIDREF ='';
SNOTABLE ='';
SDBXError ='';
SNODATA ='';
SSQLERROR ='';
SSQLServerError'';[/ = code]
into the file "$(Delphi7)\Source\Vcl\SqlConst.pas" and then build the SqlConst.pas, then copy the SqlConst.DCU in:
$(Delphi7)\Lib
$(Delphi7)\Lib\Debug
Good luck.
  Mit Zitat antworten Zitat