On Thu, 28 Mar 2002, Carsten Ziegeler wrote:

> BTW, I found this in the EsqlConnection class:
>
>     public java.sql.PreparedStatement prepareStatement(String sql,
>                                         int[] columnIndexes)
>         throws SQLException
>     {
>         return prepareStatement(sql, columnIndexes);
>     }
>
>     public java.sql.PreparedStatement prepareStatement(String sql,
>                                         String[] columnNames)
>         throws SQLException
>     {
>         return prepareStatement(sql, columnNames);
>     }
>
> I'm I wrong or are this infinite loops?

:-/

I'll have a look..

thanks
--
Torsten


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to