
Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Thanks a lot for the reply.
I could not find a way to see the code of setclock application. Sorry,
I am very new to this technology. I may be asking something very basic.
Actually, I am writing a Java desktop application which accesses the
database from a remote server. We are using an MS Access database
residing on the remote server.
In some of the tables when a new record is inserted, we need to insert
the server date in one of the field (like CeationTimestamp). Currently,
whenever a new record is inserted, the client date and time goes in
this field.
Do you have any idea how to achieve this?
Thanks you very much once again,
Nilangini
Roedy Green - 28 Oct 2005 09:58 GMT
>I could not find a way to see the code of setclock application. Sorry,
>I am very new to this technology. I may be asking something very basic.
see http://mindprod.com/products1.html#SETCLOCK

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
JavaByExample_at_KickJava_com@yahoo.com - 31 Oct 2005 13:26 GMT
>Actually, I am writing a Java desktop application which accesses the
>database from a remote server. We are using an MS Access database
>residing on the remote server.
Assuming you knows how to retrieve data from the remote Database. Just
do a select datetime from the database, and pass that back to the
client.
David
=====================================
http://KickJava.com - FREE Java Resources, Examples, Source Codes,
Books, News and Articles