Hi
 
there are
 
SET DECFLOAT BIND double precision;
SET TIME ZONE BIND
 
Is there a way to read current settings?
Is there a way to restore it then?
eg.
 
var_previous = GET DECFLOAT BIND;
 
SET DECFLOAT BIND double precision;
 
/* calculate something */
 
/* and now restore previous settings */
 
SET DECFLOAT BIND :var_previous;
 
And what is the scope of those settings? Are they assigned to whole connection 
or current transaction?
 
 
regards,
Karol Bieniaszewski
 
 
 
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to