i use C++ to connect DB.
after using ontape -N db,
there is no problem to create proc, and disable triggers ect.
but when i try to execute the proc,i always get 256 error code?
finderr 256
-256 Transaction not available.
You cannot begin a transaction in this database because it does not
have a transaction log. In order to support transactions, you must
start a transaction log. Refer to your Administrator's Guide for
information on how to start a transaction log.
is it normal error message?
how to avoid it?
thanks in advance.