Subject Problem in creating a table with FB Driver
Author Sergei P. Volin
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.