> In firebird-support Thomas Steinmaurer wrote: > > >> Do you isse a commit after creating the thable >> and before actually using the table? > > Isn't DDL automatically committed anyway?
In Oracle yes, but not in Firebird. You can automatically commit DDL statements in e.g. scripts or isql, if you use: SET AUTODDL ON; <your DDL statement> -- With regards, Thomas Steinmaurer (^TS^) Firebird Technology Evangelist http://www.upscene.com/ http://www.firebirdsql.org/en/firebird-foundation/
