Quote:
|
Originally Posted by Tank
I'm suggesting you add a column in the DB2
database table. Next to your binary column.
Then update that column using the Hex() values
of the original column , and let the MSAccess users
use the new column instead
|
If you do this you'll probably want some triggers to keep the new column in sync on INSERTs and UPDATEs.
Access stinks, there should be a way to change the display of Binary data to be more like Db2's, ie. display it in hex... interpreting it as characters is goofy.