|
-
Mar 21st, 2002, 06:32 AM
#1
Thread Starter
Addicted Member
Getting the remote system Date !!!!
heloo all!!
am connecting to a remote machine where in my daatabase lies,
is there any way to get the connected system's date???
any active-x control which can do this???or can it eb done by an api???
.,,,
senthil
-
Mar 21st, 2002, 07:31 AM
#2
Junior Member
hi,
doesn't ur database give that ...
if oracle then
select sysdate from dual ...
otherwise one of the solution is create activex-exe component and port it at that computer ...just as simple as that ...
-
Mar 21st, 2002, 07:33 AM
#3
Thread Starter
Addicted Member
hi
yes sudhir oracl edoes give that ,
but my MS Access db does not get me that ,
also am not allowed to mount my Active-x componet in the remote systems, so how can i get it ???
any API must be used??
-
Mar 23rd, 2002, 05:25 AM
#4
Junior Member
in access:
select date() from table1
table1 can be any table...
-
Mar 23rd, 2002, 06:21 AM
#5
Thread Starter
Addicted Member
sudhir
i used the method yu said just now...
welll, i tried with a queryded in th eremote system where my access db is there..i selected the now(),
but this gives only local system time and date
any other method????
or any other api ???
thanks in advance
,,,,
senthil
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|