streaming output
Brought to you by:
teamfxml
It would be very nice if ODBCSocketServer would stream out the xml data as it receives it from the database.
Technically speaking I don't know if its possible or not, but it would be nice if I could start working on data as it comes in, instead of waiting for the database to finish the query, THEN have ODBCSockerServer send the info back to me.
'select * from sometable' with 3000 entries can take upwards of 30 minutes just to get a response back from the host; with the data.