to be used in CFMX.
Are there any issues with using the "coldfusion.sql.QueryTable"?
e.g.
String[] fields = {"FirstName","LastName","Dept"};
coldFusion.sql.QueryTable qt = new coldFusion.sql.QueryTable(1, fields);
qt.setField(1, 1, "Joe");
qt.setField(1, 2, "Eugene");
qt.setField(1, 3, "ENG");
return qt;
Or
Is there a way to use RowSet directly to create ResultSets from String Arrays like above?
Any feedback on the best approach is much appreciated.
Thanks,
Joe Eugene
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

