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.