How to change a generator value with dbExpress framework? I want to change generator value directly with dbExpress, without writing a stored procedure in RDBMS side or etc.
Please help me for doing that.
How to change a generator value with dbExpress framework? I want to change generator
Share
AFAIK DBExpress don’t have any class specialized in dealing with sequences/generators.
You still can use a standard TSQLQuery to instruct the dbEngine to alter a generator value, like this:
(untested code, written directly in this window)