Re: ResultSet getXXXX Behavior
From: Jon Skeet <skeet_at_pobox.com>
Date: 1999/11/01
Message-ID: <MPG.12878b456918f2e9989b76_at_news>#1/1
Date: 1999/11/01
Message-ID: <MPG.12878b456918f2e9989b76_at_news>#1/1
jvirgil_at_optonline.net wrote:
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."
> Actually let me clarify - The Oracle Thin driver enforces the column order
> on the getXXX. The sun jdbc:odbc driver (1.1) did not.
--
Jon Skeet - skeet_at_pobox.com
http://www.pobox.com/~skeet/
Received on Mon Nov 01 1999 - 00:00:00 CET