On 2020-03-24 16:41, Gregor Kobler via Firebird-devel wrote:
Hello

How can i use the clause

SET TIME ZONE BIND { NATIVE | LEGACY }

I ise Delphi Rio 10.3.3 with FireDAC. Should i made it as a parameter somewhere at the connection component? Or should i run it as a SQL-Statement? How can i set this bind, i have no idea.


Since Beta2 there is no that _exactly_ statement. Instead more generic SET BIND OF type1 TO type2 was introduced, see https://github.com/FirebirdSQL/firebird/blob/master/doc/sql.extensions/README.set_bind.md for details. Pay attention that bindings can be set in DPB - I suppose this is a kind of parameter related with connection component. What about FireDAC specific - sorry, can't help.




Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to