Hi,
I have tag query with 100 columns like datetime and rest all with different tag names.
Like DateTime, Tag1, Tag2...........Tag100.
Query returns all tag values in one row. Now I want to get tag name and value for each tag and store it in oracle.
If I use repeater on rowset/row of tag query, I have to map 100 parameters to insert query to store tag values and I won't get tag names here.
So please how do I get tag name and tag value from tag query in trx to map those to insert sql query ,Since I am maintaining these two as columns in oracle table.
Please guide me to resolve it.
Regards,
Rakesh.