Results 1 to 5 of 5

Thread: Getting the remote system Date !!!!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2001
    Location
    Bangalore ,India
    Posts
    240

    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

  2. #2
    Junior Member
    Join Date
    Feb 2002
    Location
    Mangalore ,India
    Posts
    22
    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 ...
    sudhir shetty .

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 2001
    Location
    Bangalore ,India
    Posts
    240
    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??

  4. #4
    Junior Member
    Join Date
    Feb 2002
    Location
    Mangalore ,India
    Posts
    22
    in access:
    select date() from table1

    table1 can be any table...
    sudhir shetty .

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Oct 2001
    Location
    Bangalore ,India
    Posts
    240
    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
  •  



Click Here to Expand Forum to Full Width