Recent content by Phil DeBusk

  1. P

    Updateable Queries based on Outer Joins

    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...
  2. P

    Using TOracleQuery with LongRaw Columns

    Thanks Marco.... Yes I am using Oracle 8.05 on both client & server but I'm not using objects so I set OCI7 mode and everything works fine.
  3. P

    Using TOracleQuery with LongRaw Columns

    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...
Back
Top