08-16-2012 03:05 AM
hi to all,
i want create an array to define the informations of a table that i want to create in a database.
how i can do it?
in the vi attached,i want as the array named " column information" but i want that it be composed from one column only not from three column
this post is urgent in time
08-16-2012 05:45 AM - edited 08-16-2012 05:47 AM
@iman wrote:
[...] in the vi attached,i want as the array named " column information" but i want that it be composed from one column only not from three column
this post is urgent in time
Make a control of column information and put a Build Array on the wire to the Create Table vi.
FWIW, I find a Connection String is easier to use than a UDL file.