I'm having trouble with how to use the data type long. I had asked awhile back which data types in Sap are equale to BLOB and CLOB types. I was told that LONG CHAR and LONG BINARY. The problem I'm having is creating a column with these types. Here's the example below:
CREATE TABLE TEST_TABLE (test LONG, test2 LONG); How do I make these columns like the CLOB and BLOB types? I can't seem to find anywhere in the documentation how to do this. I'm using the JDBC driver. Is there somewhere I can get more information on working SAPDB and Java? Thanks.