Hi!
I've got a problem!
I have a form on which there's a date/time field. and a button. When I press the button fires an active link and it execute a direct sql action making an update on database.
The command is:
Update LEOFRA_STORICO_TRANS
set DATA_CESSAZIONE= $Data Appo$
where IDTT=$IDTT$ and ORDINE_TRANS=(($Ordine Trans$)-1).
Now, everytime I press the button there is an error:
ERR [552] Failure during SQL operation to the database : ORA-01722: invalid number.
I don't understand how manipulate this field because in the form it appears like an italian date (20/05/2004 10.23.44) meanwhile in the database table it's a numeric field.
Can you help me to solve this problem????
Thanks a lot in advance.
Bye.
Leonardo.
I've got a problem!
I have a form on which there's a date/time field. and a button. When I press the button fires an active link and it execute a direct sql action making an update on database.
The command is:
Update LEOFRA_STORICO_TRANS
set DATA_CESSAZIONE= $Data Appo$
where IDTT=$IDTT$ and ORDINE_TRANS=(($Ordine Trans$)-1).
Now, everytime I press the button there is an error:
ERR [552] Failure during SQL operation to the database : ORA-01722: invalid number.
I don't understand how manipulate this field because in the form it appears like an italian date (20/05/2004 10.23.44) meanwhile in the database table it's a numeric field.
Can you help me to solve this problem????
Thanks a lot in advance.
Bye.
Leonardo.