> > If Oracle has problems _with_ JDBC escapes it means that the driver is
not
> > JDBC compliant (I think this is unlikely).
> > Could Oracle users check that?
>
> Bill, did you try using the default implementation of
> getDateString(Date) from DB.java (in the same adapters package)?

the default implementation in DB.java actually works, I've found.   Oracle
lets you do {ts ' ... '} escapes, which I didn't know was part of the JDBC
spec.  The original DBOracle was broken because it overrode the default
method with one that didn't work.

-- Bill




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to