Subject print to screen
Author liong
Hallloo,
 
I  search command print to screen in acrobat reader, where this command i use:
 
Create Trigger tr_xx on t_coba
for before insert as
begin
    .....
    printf('STOCK') 
end
 
if trigger i execute appear some message error:
Dynamic SQL Error
SQL error code = -104
Token unknown - line 4, char 8
(
statement:
....
 
Can anyone tell me? 
 
Thank's 
Betty.