Hello to all.

This is my first post on this forum. \:D/
I'm a beginners developer with Navision and C/SIDE.
I want to use
AddNew method of RecordSet in ADO (2.80) Automation library to insert data in a table of a DB SQL SERVER.
But
AddNew accept two input parameters: FieldList and Values.
In ADO documentation that parameters are used as Array but in Navision are needed as Variant.
My little question is : there is a mode to convert a C/SIDE array to Variant for AddNew method ?
Thank's a lot.
Comments
You could use an sql command instead:
Where fields and values are comma separated strings.
-- Alejandro --