Forum Post: Re: Sending Parameters To Business Entity's Readdata Procedure

  • Thread starter Thread starter Stefan Drissen
  • Start date Start date
Status
Not open for further replies.
S

Stefan Drissen

Guest
Either make sure you have proper locale agnostic round trip conversions for all data types. Or define a temp-table with field name and field value - in which you have a separate field for each 'difficult' data-type. You could if you wanted to serialize this as xml / json and reconstruct it on the server side.

Continue reading...
 
Status
Not open for further replies.
Back
Top