How to store a long data like RFID tag data in a postgres database?
Posted
by lakshmi
on Stack Overflow
See other posts from Stack Overflow
or by lakshmi
Published on 2010-05-20T10:04:22Z
Indexed on
2010/05/20
11:20 UTC
Read the original article
Hit count: 194
How to store a long data like RFID tag data in a postgres database? The RFID reader gives the BCD data converted into hexadecimal data of 24 bytes.
Example:cd00320000a4002a00001042 is the converted data given by the reader.
© Stack Overflow or respective owner