Hello,
Is it currently possible to save in-memory CSV database table to OutputStream? If so, how?
Sincerely,
Andre Piwoni
|
Now "create table ... select * from atable" can only export to file stream.
If you need such a feature, we can provide stored procedure to do that task?
For instance,
?export(?,tableName)?
Or
?export(?,?) //First ? is an outputStream, 2nd ? is a ResultSet object
Or
"create table ? select * from atable" ?
What's your suggestion?:)
|