Hi, i have created a Trigger on a specific database and it will insert data into another database once a trigger is invoked. This is working fine using java but if i were to delete the record at that database with the trigger manually, the trigger was not invoked. Is there any ways i can make it works?
When i did a manual delete using SQL Developer tools, i have this error: IO EXCEPTION " java.io.FIleNotFoundException: path to my database\databaseName.los.db\36.lobs.db\9341.t3.lob.db. In my folder which contain the database, i don't have any file with lob.db. Help please! Thanks -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
