11-16-2012 07:22 PM
This is the question, I need to determine if an Table of "X" DB exist, if the table exist run a "Y" VI, if this not exist, create it and determine the properties of its columns...
If the Table exists go to TRUE and do the next step, if Table doesn't exist go to FALSE and do This.
That I want is know the way for auto-determine if the table exists or not exists 'cause if I do tha code in the past image and the Table exists the VI showme and error, then if the Table exist avoid the code and continue with the normal process, and I want to avoid this problem.
I have some ideas for solve this issue the most logic is use the list DB tables.VI but how I can change the result to a Boolean control(this is for select the case in the image).
Solved! Go to Solution.
11-17-2012 09:56 AM
Close!!