That has not been my experience. We use Opta2000 drivers with MS SQL Server and we can read columns in any order and any number of times within the same row.
Earnie! -----Original Message----- From: Rhino [mailto:[EMAIL PROTECTED] Sent: Monday, February 13, 2006 3:06 PM To: Tomcat Users List Subject: Re: Example of Flaky Problems with Microsoft Products ----- Original Message ----- From: "George Sexton" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <users@tomcat.apache.org> Sent: Monday, February 13, 2006 1:00 PM Subject: OT: Example of Flaky Problems with Microsoft Products > In another thread I commented on strange behaviors when dealing with MS > Products, and the time that they eat in projects. Here is an example: > > http://support.microsoft.com/default.aspx?scid=kb;en-us;824106 > > "For any row in the ResultSet, you can read any column from left to right, > and each column should be read only one time. If you try to read columns > out > of order, or if you re-read a column from the ResultSet, you may receive > the > error message that the "Symptoms" section describes." > > Pretty much the same issue was present in ADO 6-8 years ago. > Maybe this wasn't the best example; I'm pretty sure you'll have that problem with JDBC in _any_ environment. It's JDBC that wants you to read columns from left to right and once only, not Microsoft. -- Rhino -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.15.6/258 - Release Date: 13/02/2006 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]