Автор: de1phi | 18.12.2007 в 10:22 |
Рубрики: ADO
unit ADO;
{This unit provides a quick access into ADO
It handles all it’s own exceptions
It assumes it is working with SQL Server, on a PLC Database
If an exception is thrown with a [PLCErr] suffix:
the suffix is removed, and ErrMsg is set to the remaining string
otherwise
the whole exception is reported in ErrMsg
Either way, the function call fails.
Читать полностью…