Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

XSJS : JSON, Inserting VARBINARY(RAW) data into a Table via XSJS/JSON

$
0
0

Experts!

 

I'm trying to insert JSON data read from one table into another table (why? ...long story) . Observing the JSON string, I see the name value pair of the VARBINARY data type field like this:

 

"VARBINARY_FIELDNAME" : { }

 

Im looping at the JSON array to prepare data for insert. The insert query via hdbconnection  "INSERT INTO ... VALUES ( ?,?,?)" fails with something to the effect of "parameter not consistent".

 

Any special handling necessary here?

 

Nehal.


Viewing all articles
Browse latest Browse all 6412

Trending Articles