> -----Original Message----- > From: Len Popp [mailto:[EMAIL PROTECTED] > Sent: Monday, February 13, 2006 2:32 PM > To: Tomcat Users List; [EMAIL PROTECTED] > Subject: Re: Example of Flaky Problems with Microsoft Products > > >From the documentation of the ResultSet interface: > "For maximum portability, result set columns within each row should be > read in left-to-right order, and each column should be read only > once." > http://java.sun.com/j2se/1.5.0/docs/api/java/sql/ResultSet.html > > The same is true in ODBC (and the associated SQL/CLI standard). > > Some JDBC and ODBC drivers let you access the columns in any order, > but some do not.
Reminds me of C Programming days. The standard library said that the gettime() function had to return the best possible representation of the current time since the OS started. A lot of libraries just returned 0 (especially in the embedded arena). It was their best approximation, and it met the spec, but it still sucked. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]