I've tried single cluster and it is ok but when i try to put array of clusters, I've got this error message. "Column name or number of supplied values does not match table definition."
I have used typed def. in some of cluster elements. But i have made it simple as "long" or "string" .... so it should be ok with database types.
first keep the insert database vi in the for loop as it does not take the array inputs of cluster ,when you keep it inside the for loop then all the values will go as you desired .also the column names should be without any spaces & the cluster from which you are inputting the data should have all the field of the database thanks