Re: [JDBC] are long strings (500 char?) working?

2001-10-02 Thread Barry Lind
Heirzso, There is no limit. What version of the database and jdbc driver are you using? Also, can you turn on database debug so that the server prints out the exact sql statement it is getting from the jdbc client? (this statement will have the bound values from the prepared statement in it

[JDBC] are long strings (500 char?) working?

2001-10-02 Thread Heitzso
I've tried using both PreparedStatement and regular Statement modes with a 450 character string: SELECT response, last_requested FROM dataweb_response_cache WHERE request = 'long string here' and SELECT response, last_requested FROM dataweb_response_cache WHERE request = ? (PreparedStatement fo