Scott, I am not familiar with all of the intricacies of the Oracle database but I believe it is ODBC compliant and thus will work with Microsoft ADO. You can use the AddNew method of the Recordset collection to add only the fields to a record that you need to.
David David Stewart, P.E. President CDS Engineering Solutions, Inc. email: [EMAIL PROTECTED] V: 678-232-3706 F: 770-925-1497 Scott Serlin wrote: Subject: FW: Oracle database question From: "Scott Serlin" <[EMAIL PROTECTED]> Date: Fri, 9 Jan 2004 13:50:55 -0600 Can anyone tell me if it is possible to treat an Oracle database like a giant array? More to the point, do I have to always write a complete record (or row) of data into a table or is there a way to place a piece of data into one single column within the row and come back later and place a different piece of data in the same row but different column?
