07-07-2009 09:58 PM
Hello NI,
I am using Data base toolkit for inserting data in to the SQL server data base, using this i need to creat a cluster then i have to convert in to the variant data type after only i can insert in to data base. for creating cluster by programtically is not a userfriendly, using manually i must to creeat a bundle, if i aquire data from array of 20 channels then i must use array to cluster, here there is some constrains to mentioned a cluster size manually, or otherwise i have to seperate all elements from array then i need to create a bundle.
i requesting logic to create a cluster by programatically.... kindly help me...
07-08-2009 01:18 AM - edited 07-08-2009 01:21 AM
Hi Balaji,
you can use the INSERT Into command to insert different number of elements.
http://www.w3schools.com/SQL/sql_insert.asp
Edit: See the insert example from the example finder. There you see two other possibilities to insert your data.
Mike
07-10-2009 12:30 AM
Hello Mike,
Thank you very much.. i will try to change my code...