Search:

Type: Posts; User: newbie

Search: Search took 0.09 seconds.

  1. Re: how to get last modification time of ms access database table using java

    If I've understood you properly, you have software which backs up user specified databases and their tables, in which case I don't have any idea how you could get the information if you've never seen...
  2. Re: how to get last modification time of ms access database table using java

    Multi-posted here:
    http://www.javaprogrammingforums.com/jdbc-databases/13287-how-get-last-modification-time-ms-access-database-table-using-java.html
  3. Re: how to get last modification time of ms access database table using java

    You have a few options here, you could either;
    1.) Use database triggers
    2.) Have a "Last updated" column in your table, and update it with a Date object whenever an update/insertion is performed
    ...
Results 1 to 3 of 3