Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

storing signatures

Status
Not open for further replies.

jrlbw

Programmer
Jun 27, 2002
15
US
We are in process of producing a system that requires "signatures" of individuals.
We are going to use the signature pads that are like those in drug stores and other retail establishments. My question is ..."Can the "signature" be stored in a DB2 database to be retrieved and sent later to a user that requires the signature????
Are any of you now doing this???
thanks.
Jimmy W.
 
Not sure what the signature pads give as output...

If they produce an image file, then use a LOB type.

If they produce binary data, then maybe CHAR() FOR BIT DATA.

Regards

Mick

 
Greg....
do you or your company have applications capturing "signatures"
If so, would you please give some information on how you are capturing it...ex..is your system mainframe oriented or client server...if main frame do you use CICS or IMS...
thanks
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top