Results 1 to 2 of 2
Thread: Access with MS SQL
- 08-06-2007, 06:13 PM #1
Member
- Join Date
- Jul 2007
- Posts
- 40
- Rep Power
- 0
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.
- 08-07-2007, 07:54 AM #2
Member
- Join Date
- Jul 2007
- Posts
- 35
- Rep Power
- 0
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.
Similar Threads
-
SQL Server and MS Access
By Hima in forum JDBCReplies: 0Last Post: 04-08-2008, 02:59 PM -
Access modifiers
By bugger in forum New To JavaReplies: 5Last Post: 11-28-2007, 10:32 AM -
Help with access a database using Microsoft Access
By cachi in forum JDBCReplies: 1Last Post: 08-07-2007, 07:51 AM -
access cd drive
By milinkp in forum New To JavaReplies: 0Last Post: 07-20-2007, 06:14 AM -
access to dll files
By Heather in forum Advanced JavaReplies: 1Last Post: 07-08-2007, 12:30 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks