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
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
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
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])