You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Rob S." <rs...@home.com> on 2000/07/01 04:05:33 UTC

RE: Indexed Properties and Resultset

Hi Darren,

> one more thing, i checked against the tables and i realise the jdbc type
> conversion supported by jdbc for ms sal server 7.0 is TIMESTAMP
> to DATETIME
> and not Date to DAte, so how should i change the below code?

Hint:  in the java.sql package, there's a class having something to do with
TIMESTAMP. ;)

Good luck!

- r