I would like to have an updateable query using the outer joined table as the updateable table. The problem is that I have no rowid on sparse data rows returned by the query. I'm using a ToracleDataSet with a dbgrid for my project. I use D5,DOA333,Oracle8(no objects). Is there an elegant...
Suppose I want to pull a large binary file (2 gigs)from an Oracle table on a database server and save it as a file on a client machine. Is there a way to access the Oracle buffer piecewise (16K chunks) instead of pulling over the whole record? Surely there is a way. I've tried using...