since you can be sure that local computers will be at the same time as
your Oracle Database (and between themselves), the best approach would
be to use the date and time from your server.
How to do this?
use the DirectSQL function from AIMMS, inserting in the desired field
of your database the timestamp in your server
(ex: insert into table_time (time_field) values getdate() ) for SQL server of
(ex: insert into table_time (time_field) values sysdate) for Oracle
then, read back the date time you wrote on your table to a string parameter.
this way you are sure that all time references are normallized to your
database server time.
best,
Sergio
> --
> You received this message because you are subscribed to the Google Groups "AIMMS - The Modeling System" group.
> To post to this group, send email to ai...@googlegroups.com.
> To unsubscribe from this group, send email to aimms+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/aimms?hl=en.
>
>