Richard Barrington 

> just checking...
> 
> Is a column of type LONG BYTE the appropriate choice for storing
> arbitrary binary data in SAP DB table, or is it better to 
> encode it via Base64 or similar?

LONG BYTE is fine if you really NEED character data of up to 2 GB.
If up to 8000 bytes are enough, CHAR (xy) BYTE should be preferred.

Elke
SAP Labs Berlin
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to