Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ResultSet getXXXX Behavior

Re: ResultSet getXXXX Behavior

From: Jon Skeet <skeet_at_pobox.com>
Date: Mon, 1 Nov 1999 11:35:11 -0000
Message-ID: <MPG.12878b456918f2e9989b76@news>


jvirgil_at_optonline.net wrote:
> Actually let me clarify - The Oracle Thin driver enforces the column order
> on the getXXX. The sun jdbc:odbc driver (1.1) did not.

Just to give some indication that this is mentioned: in the JDK 1.2.2 documentation for ResultSet, there is the sentence:

"For maximum portability, ResultSet columns within each row should be read in left-to-right order and each column should be read only once."

--
Jon Skeet - skeet_at_pobox.com
http://www.pobox.com/~skeet/ Received on Mon Nov 01 1999 - 05:35:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US