Subject | Re: Directives in jaybird... |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-09-22T13:36:53Z |
> How can I use the directivesYou can use only DSQL in JayBird. All isql directives like SET NAMES,
etc. will not work. You should use JDBC alternatives them.
> - START_TRANSACTIONNot available, there's always a transaction associated with the
connection.
> - ROLLBACKjava.sql.Connection.rollback();
> - COMMITjava.sql.Connection.commit();