Subject | RE: [firebird-support] Re: Copy records - solved |
---|---|
Author | Planles |
Post date | 2004-08-05T15:01:46Z |
> >>Violation of PRIMARY or UNIQUE KEY constraints "INTEG_94" on tableI've got it working now!
> >>"MATCONTI"
I have never worked with ExecSQL before...
Normaly I use folowing:
- close dataset
- prepare sql
- open dataset
So I did it here:
- close dataset
- prepare sql
- open dataset
- call ExecSQL
sql statement executed twice.
Is this so, that ExecSQL does not need opened dataset ?
Regards
Primoz