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...
Continue reading...