FireDAC is the main data access engine included in Delphi and C++Builder, and one of its main features is its built-in scripting capability, which can be executed against any of the supported database engines. However, there are cases where you need additional custom scripting capabilities or you simply want to modify the way some of the built-in script commands work. Here we show how to add new custom script commands, modify the behaviour of the built-in ones, and even disable them at will.
Instructor:
2 comments