Results 1 to 4 of 4

Thread: Is there offline mode in Java?

  1. #1
    Join Date
    Nov 2008
    Posts
    30

    Is there offline mode in Java?

    Hello, I wanted to know if, in Java, the two modes of data access, the connected mode and disconnected mode?

    thanks for your replies.

  2. #2
    Join Date
    May 2008
    Posts
    115

    Re: Is there offline mode in Java?

    If I understand your question, it does not exist. In principle offline, the data \ residing in a local XML file that serves as a cache, which allows access to data. If you want to do, you must convert your JDBC ResultSet into XML file and then write the file to disk.

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Is there offline mode in Java?

    It was planned in JDBC 4, with the DataSet. But it was ruled out before the release of Java6. Maybe for a future version. In the meantime, you can perhaps look at the projects DataBuffer or DataBinding To a lesser extent, you have the javax.sql.RowSet which can operate in disconnected.

  4. #4
    Join Date
    Nov 2008
    Posts
    30

    Re: Is there offline mode in Java?

    Hello,

    Thank you very much, I also thought the DataSet, but I noticed that it is functional mas. The DataRow I think it will do (relatively).
    Thank you again.

Similar Threads

  1. App V does work in offline mode?
    By Pee-Paa in forum Windows Software
    Replies: 4
    Last Post: 26-04-2012, 03:09 PM
  2. Replies: 7
    Last Post: 23-10-2011, 10:54 PM
  3. Offline mode in Darkspore
    By Noell in forum Video Games
    Replies: 5
    Last Post: 28-04-2011, 11:13 AM
  4. Nokia c6-00: Goes into offline mode automatically
    By Rufta in forum Portable Devices
    Replies: 4
    Last Post: 16-02-2011, 10:24 AM
  5. Nokia E63 offline mode
    By aMARAN in forum Portable Devices
    Replies: 4
    Last Post: 13-10-2010, 09:59 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,481,742.62599 seconds with 17 queries