I am using a java compute node to retrive data from database.. I am reading about 70 000 records and do not want to loop throw all the records to build a message tree. I need to read and pass the information foward like the example below. But this is using ODBC. Is there anyway I in java that I can take the Resultset and pass it to xml and propagate the results?
Currently I doing the old while loop and manualy build the output.
Code:
MbSQLStatement state = createSQLStatement( "dbName",
"SET OutputRoot.XMLNS.integer[] = PASSTHRU('SELECT * FROM " + table + "');" );
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum