Re: Remote MSSQL + Local Access Database update

From: Morpheus (morpheusATredpointDOTcoDOTza)
Date: 12/08/04


Date: Wed, 8 Dec 2004 17:37:23 +0200

I've never tried using MS SQL Replication with an Access DB on the other
end, but it might well work. Perhaps some other group mebers may be able to
advise. If not, then I guess you'll just have to "roll your own". By that I
mean write code, executed daily which allows you to retrive the transactions
from the shops Ceess DB's, and post any product tabel changes from the MS
SQL DB to the shops Acess DB's. If you're using Autoincrement columns as a
means of providing unique identifiers, then you may continue to do so at MS
SQL level for the product tables, but you cannot do so in the Access DB's.
By like token, if you use autoincrement columns in the transaction tables in
the access db's you must not try to post those numbers back to the MS SQL db
or you will have a problem. Rahter allow MS SQL to assign an anutoincrement
number when posting, and write the id back to the Access DB at the shop.
That way, you can retain a link between the two DB's, and also determine
that the record has been downloaded from the shop. You will also need a FK
into a Shops table at head office to identify each transactions shop origin.
Hope this makes sense, if not let me know and I'll try to post an example.
Regards,
Morpheus
"Summerking" <summerking2003@yahoo.com.hk> wrote in message
news:41b57828@newsgroups.borland.com...
> Application: POS system
> Clients at Shops: using local Access database
> Server at office: running MSSQL, which the central database will be kept
> Task: update everyday transactions from shops to office, and update shops
> new products from office
>
> I am thinking what will be the best way to complete the task. Any
> suggestions?
>
> Many thanks.
>



Relevant Pages

  • Re: Tiers before bedtime
    ... independence from SQL. ... independence will happen in large shops. ... It may be that by the time large shops Get Around To It, ... Conservatives just have an older Final Right way than liberals do. ...
    (comp.lang.cobol)
  • Re: How to find Unique records?
    ... then trying to match that phone number in the added shops list. ... Now THAT SQL would bring you back a list of shops in the added shops list ... for which there is no match in the original shops list, ... user viewpoint) that shop is in the original list. ...
    (comp.databases.ms-access)
  • Re: NexusDb
    ... > At no time did I query your evaluation of the SQL statements. ... > That really only leaves the question of Transactions IMO. ... specific SQL commands that support starting, ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: NexusDb
    ... >> because we mostly use SQL queries in our projects, SQL support is ... As evidence review your ... Whether this means that the SQL transactions have to be ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: What are some ADO & ASP.NET best practices
    ... Maybe it's a common query in your database not using ... dedicated to ADO.NET and SQL Server performance tips: ... Improving .NET Application Performance and Scalability ... >My next question is will transactions help to improve performance? ...
    (microsoft.public.dotnet.framework.adonet)