Re: [JDBC] JDBC 2.0

2001-10-05 Thread Heitzso
d. Best way to sort this out is to either try the methods you're wanting to use or look through the source code for the methods you'll be calling and check out whether they are stubbed or real. Heitzso ---(end of broadcast)--- TIP 3: if

Re: [JDBC] are \r \n and \t legal in

2001-10-04 Thread Heitzso
teUpdate(query) and SQL reported a parse error on "".Once I pulled the query from the method call with PreparedStatement everything worked like a champ. All is well now. Thanks, Heitzso > They should be. Is the \o a typo below, or are you really trying to > send \o? > &g

[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

[JDBC] are \r \n and \t legal in

2001-10-02 Thread Heitzso
k up to MS SQL Server via Sprinta to get this working ... Thanks, Heitzso ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])