Subject | Problem in creating a table with FB Driver |
---|---|
Author | Sergei P. Volin |
Post date | 2002-07-16T09:56:21Z |
Hi,
I recently switched from InterClient to FBDriver.
With InterClient 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?
Thanks, Sergei.