Can I serialize the RowSet object to a flat file even if the RowSet contains streams?
Yes, the serializable streams allow you to serialize the stream Object on to any serializable media like a flat file, network connection, et al. This feature applies only to CachedRowSet. It is possible to create a CachedRowSet on one machine where the Jdbc drivers are present and then move it on to a remote client where only the rowset binaries are present and not the driver binaries. The remote client could alter the RowSet by insert, delete or update. Then send it back to the place where the Jdbc drivers & the RowSet binaries are present to synchronize the modified values into the database.
Related Questions
- If I put an extrn directive in my code, flat assembler emits the external reference to the object file even if the code doesn reference the symbol, how can I avoid it?
- Can I serialize the RowSet object to a flat file even if the RowSet contains streams?
- Can I redirect the output from perfdump to a flat file?