Hello guys,
Currently I am doing some applications that include with database manipulation. The data that I am using now coming from Microsoft Access.
My Idea is to fetch the data from the specified table, specified column and specified row.... yeah we could do it using SQL query that we wrote on the Block Diagram...but that will be apply for the one condition that we set.
How about for the next time when we want to pull data from the same database but from different table/column/row using the same application..yeah we have to change the sql query
Why don't we use 'ring' in Front Panel to choose the database we want like to...
example
If we choose
Dominant = Right
Age = 25-34
Sex=Female
Weight= 50-69
Height= 175-184
Then the answer that will come out might be 78 in numeric indicator
So and the next time if I choose
If we choose
Dominant = Left
Age = 25-34
Sex=Male
Weight= 50-69
Height= 175-184
Then the answer will be 77 in numeric indicator...
So...my questions is simple....how to do it....have anyone here try to use ring to make selections in their database
I'll attach my empty applcation so that you all can see the Front Panel...and what exactly my Idea is...
TQ