Hi Guys,
How to write SQL to Insert/Update signature field from current session to another session?
In current session15 have signature field (Field5) and I want to insert the same signature into session16 (Field1). SQL script will be like this:
INSERT INTO Session16 (Field1) VALUES('[*4*]')
But, I'm noticed the signature value in Session16 will be stored as "(SIGNATURE EXISTS)" instead of BLOB.
Please help..
Thank you.
How to write SQL to Insert/Update signature field from current session to another session?
In current session15 have signature field (Field5) and I want to insert the same signature into session16 (Field1). SQL script will be like this:
INSERT INTO Session16 (Field1) VALUES('[*4*]')
But, I'm noticed the signature value in Session16 will be stored as "(SIGNATURE EXISTS)" instead of BLOB.
Please help..
Thank you.