Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conflict Resolution Using SQL server store procedures
Message
From
11/01/2005 14:18:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Conflict Resolution Using SQL server store procedures
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00976112
Message ID:
00976112
Views:
37
Hi,

I am about to write a data access layer in my framework utilising sprocs for all CRUD activity. With Fox remote views, conflict resolution is taken care of by Fox.

With the application in question, many of the sprocs already exist and many of the tables do not have a time stamp column. The sprocs are used by numerous client access methodologies and therefore, the sproc "signature" has to remain "standard" and not Fox specific.

Does anyone know how you would go about detecting and reporting conflicts when using sprocs in the way I have outlined above? By this, I mean that whilst I could, say, detect columns on the client side that have changed by checking the buffered changes against the original query values and in some way (by parameter?) notify the sproc to check for specific changes, other clients using the same sproc(s) may not have such capabilities and therefore, the sprocs must have a generic and somewhat standard signature.

Thanks,
-=Gary
Reply
Map
View

Click here to load this message in the networking platform