I have a table with 105 text fields and a single dimensional array (rowarray) containing 105 string values.
I then try and use AddNew:
recmdb.AddNew , rowarray
However I am given an error which I dont seem to be able to understand:
Arguments are of the wrong type, are out of accpetable range or are in conflict with one another.
What sort of things can cause these problems? As stated above I have the same number of items in the array as fields in the table and everything is of string type.
Thanks
elziko
I then try and use AddNew:
recmdb.AddNew , rowarray
However I am given an error which I dont seem to be able to understand:
Arguments are of the wrong type, are out of accpetable range or are in conflict with one another.
What sort of things can cause these problems? As stated above I have the same number of items in the array as fields in the table and everything is of string type.
Thanks
elziko