It's not bizarre, just what JDBC API doc tells:

"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."

> -----Ursprüngliche Nachricht-----
> Von: Alexandre Bouchard [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 24. Mai 2001 21:49
> An: [EMAIL PROTECTED]
> Betreff: Re: JDBC/ODBC: Technological choice
<snip/> 
> That's really bizar... And that sucks. Where does this 
> limitation come from?
> The driver? Access? Would this alternative syntax:
> String x = getString(String columnName)
> do the same thing? Where could i find a list of these 
> "bugs"/limitations.
> And what about a driver of type IV, would there be the same 
> limitations?
<snip/>

Reply via email to