Hi,
I am connecting to MySQL server and with SELECT VI from database
connectivity kit I am having 2 coloums of data, I have read the
documentation it says, If I want to convert this data into labview data
I have to use Variant Data to Data VI but when I use that I have got the
error message below.
What do you think is the problem?
ERROR MSG:
Generally, polymorphic terminals accept any wire type connected to them.
But sometimes these terminals only accept a limited subset based on
other wire types connected to other terminals. The most common cause of
this conflict is using the type cast node to cast between incompatible
types, such as a 2D array and a string. Check the terminals connected by
this wire and change that node to make this wir
e type acceptable.
TIA