Hi Pascal,
Yes, that latest windows build from the FTP Server was built with a later VS
2012 version than the official one available on the open source web site and
thus does require the newer VS 2012 runtime redistributable, but the one
available on the web does still need the VS 2010 redistri
Hi,
I'm populating a table with VARCHAR columns trough a CSV file. The CSV fields
are delimited with quotes, but the left zero values in the fileds are removed.
csv_load_file('.csv',0, null, 'IOT_AGUEDA.i4m.InvoicesData', null, vector
('csv-delimiter', ',', 'csv-quote', '\'));
How can I avoi