aman0711 Report post Posted January 5, 2009 Hi, we just upgraded to FS enterprise. Earlier we were plotting one dataset on a MSLine chart. Today we tried to modify it by adding 2 more datasets. But I can still see only one dataset line on my chart which is generated by ResultSet rs1. Can anyone please modify this code, so that it works fine? Code is attached code.txt Share this post Link to post Share on other sites
srividya_sharma Report post Posted January 5, 2009 Please see the attached code_modified.txt. I have modified only one statement. Replaced, rs3=st1.executeQuery(strQuery2); with, rs3=st3.executeQuery(strQuery2); It must have been throwing some exception which is caught in the catch clause. Hope this helps. code_modified.txt Share this post Link to post Share on other sites
aman0711 Report post Posted January 5, 2009 Thanks. Will do it first thing in the morning. DO you think rest of the code is fine? Share this post Link to post Share on other sites