-
Storing data in files in java
Hi all,
If my application can not establish connection with the server it is storing 8000 records(25 columns) in files.After connection with the server resumes it sends those records to server one by one .I want to know how should I store records in files?Means to say which file format should i use?One thing I am also not getting that how i should synchronize this operation so that when database comes up ,records will be sent one by one.I am using web services to send the
records to server.
Thanx in advance.
With regards, Ajse
-
Seems lik eyou could benefit from sending the records in one zipped binary "lump".
and unzip/update at the sever side.
eschew obfuscation
Similar Threads
-
By Rob Abbe in forum Talk to the Editors
Replies: 44
Last Post: 01-13-2003, 02:57 PM
-
Replies: 8
Last Post: 08-23-2002, 04:35 PM
-
By Chris R. in forum VB Classic
Replies: 1
Last Post: 02-06-2001, 12:03 PM
-
Replies: 0
Last Post: 08-08-2000, 07:09 PM
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks