Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Online update or batch update?
Message
From
20/01/2001 10:21:13
 
 
To
20/01/2001 09:30:29
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00466152
Message ID:
00466168
Views:
11
>>>>>>>>>>>>>>>>
> I am developing a multi-user POS system using VFP database. Our design is to place the database in a hign end PC, all of the workstations will shared the table located in server.
> It need to update 4 tables for each transaction. Again, the are about 5-10 users will access to the server at this moment. However, will be grow very soon.
> Which is the better way to update the sales transaction, online or batch processing?
>
>Online : Connect to server database and TABLEUPDATE() immediately once the sales done.
>Batch : Update in local table, and process these local records at the end of the day to update the server datanase.
>
>I have think of some adv and disadv of both method.
>I would like to get your recommendation too!!
>>>>>>>>>>>>>>>>


What are your requirements? If you need to have the data up to date, inventory updated, etc. in close toreal time, then you want to update immediately.

Besides, it does not sound like a online updating will slow you much. I don't see the point of using batch here.


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Reply
Map
View

Click here to load this message in the networking platform