I believe I'm having some trouble with data type conversions. Currently I have an encrypted string stored in a database where the database column is of type bytea. When I fetch the record, Python ...
Say I read a character array in from a file as part of other fields. In this case, the character array I am reading in is a date in the format mmddyyyy.<BR><BR>I have a structure which I am looking to ...