Subject | Re: Problem in creating a table with FB Driver |
---|---|
Author | rrokytskyy |
Post date | 2002-07-16T10:39:27Z |
> I recently switched from InterClient to FBDriver. With InterClientNo, this is a problem with transaction handling. I do not know
> I didn't have problem in creating a table (with generator, triggers
> actually) by using 'executeUpdate(sql)' method of Statement. In
> FBDriver i got problems - FBDriver didn't send any errors but
> didn't create either a table or triggers and send an error only
> when i tried to insert data into a non-existing table.
> Is a problem with executeUpdate method of Statement?
exactly where it is, but you need to commit after changing metadata.
It does create your tables, but in that transaction they are not
visible.
Best regards,
Roman Rokytskyy