How can I obtain value set in triggers?
Posted: 14.07.2006, 15:38
I switched from version 6.1.5 and I've met a problem.
I have got in my application queries which retrieves all fields from one or more tables. Values of some fields are set in before or after insert triggers. Values of this fields are required, so fields cannot be empty, but I don't want to fill this fields in my c++ code. I want to have my business logic saved in dbms. I use the standard pair of functions: Insert and Post.
What to do to allow my program to save data? Any ideas?
I use BCB2k6, Firebird and Zeos 6.5.1 taken from cvs.
Thanx in advance
pbuczek
I have got in my application queries which retrieves all fields from one or more tables. Values of some fields are set in before or after insert triggers. Values of this fields are required, so fields cannot be empty, but I don't want to fill this fields in my c++ code. I want to have my business logic saved in dbms. I use the standard pair of functions: Insert and Post.
What to do to allow my program to save data? Any ideas?
I use BCB2k6, Firebird and Zeos 6.5.1 taken from cvs.
Thanx in advance
pbuczek