Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-06-2007, 08:13 PM
Member
 
Join Date: Jul 2007
Posts: 40
cachi is on a distinguished road
Access with MS SQL
Hi, I have a database in SQL and I need clients to connect to it but they don't have Internet access. I mean, they'll have Internet access from time to time, but not all the time.

They are going to be entering products into the system and they need to see if the product meets certain conditions specified on the database.
How can I create a version of it on the client's computer?
Would I need access or something like that?
Thanks.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-07-2007, 09:54 AM
Member
 
Join Date: Jul 2007
Posts: 35
silvia is on a distinguished road
You can create a replicate of the remote database on user's local machines.
Personally, I would use XML files. Basically, when the user connects to the Internet, a connection to the remote server is established, and sync in an XML format is saved locally on user's machines.
If a user updated records on whilst offline, these changes will be flagged and once connected to the Internet, you can apply those changes.
It is not going to be an easy ride, but I think you are better off using XML files.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL Server and MS Access Hima Database 0 04-08-2008 04:59 PM
Access modifiers bugger New To Java 5 11-28-2007 12:32 PM
Help with access a database using Microsoft Access cachi Database 1 08-07-2007 09:51 AM
access cd drive milinkp New To Java 0 07-20-2007 08:14 AM
access to dll files Heather Advanced Java 1 07-08-2007 02:30 AM


All times are GMT +3. The time now is 01:13 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org