Subject | Re: Re[2]: [firebird-support] How SET AUTODDL works? |
---|---|
Author | W O |
Post date | 2013-06-23T18:36:56Z |
Thank you very much Dmitry
Yes, my fault, I had a "lapsus".
Thank you again.
Greetings.
Walter.
Yes, my fault, I had a "lapsus".
Thank you again.
Greetings.
Walter.
On Sun, Jun 23, 2013 at 2:31 PM, Dmitry Kuzmenko <kdv@...> wrote:
> **
>
>
> Hello, W!
>
> Sunday, June 23, 2013, 10:26:17 PM, you wrote:
>
> WO> I had tried it and still doesnt work:
>
> WO> SET AUTODDL ON;
> WO> INSERT INTO MyTable (Column1, Column2) VALUES (Value1, Value2);
> WO> INSERT INTO MyTable (Column1, Column2) VALUES (OtherValue1,
> OtherValue2);
> WO> QUIT;
> WO> And when I return to ISQL and write SELECT * FROM MyTable the two
> previous
> WO> inserts are not there.
>
> well, this is not DDL. DDL is CREATE/ALTER/DROP, etc.
> INSERT/DELETE/UPDATE/EXECUTE is DML, not DDL.
>
> --
> Dmitry Kuzmenko, www.ib-aid.com
>
>
>
[Non-text portions of this message have been removed]