aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/header_test.h
blob: 2494a61dd746af2d63334a125c5299d0d385db41 (plain)
1
2
3
4
exec sql include sqlca;

exec sql whenever not found do set_not_found();
exec sql whenever sqlerror sqlprint;