Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Networking !
Message
From
05/10/2001 08:20:43
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
05/10/2001 08:12:06
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00564629
Message ID:
00564691
Views:
12
Study chapter 17 of the Programmer's Manual, "Programming for Shared Access".

The most important commands for shared access are:
SET EXCLUSIVE
CursorSetProp()
SET MULTILOCKS
TableUpdate()
TableRevert()
>>Hi Guys !
>>
>>I have some trouble building databases with VFP in networking...
>>Could you give me some tutorial or lesson for beginner to build networking
>>in VFP...
>>
>>I would appreciate it a lot...
>>Thanks all of you
>>
>>regards,
>>tut_arie
>
>Tables should be opened share:
>
>
>SET EXCLUSIVE OFF
>
>
>before opening any tables.
>
>Record locking isn't used frequently; rather, use optimistic row buffering, or optimistic record buffering. Search the FAQ for "buffering", probably you will find some explanation there.
>
>For testing, you don't need an actual network; you can open two instances (copies) of the same form.
>
>Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform