Because the entire process of develop a network-aware program requires several steps including, data base design, RDD selection, defining record and file lock strategy, and many other aspects, and some degree of knowledge (beyond beginners) of the clipper languaje itself.
You can read the Steve Straley's book "Network programming with Clipper", also read the documentation that comes with clipper that refers to the basic topics of networking programming.
Thank's....actually... the only thing that stops me of making
networking program is that because i do not have networking environment
i have only one computer...
thank's for the tips anyway..
i'll keep in mind of that book
Hey Guys. I have a great Utility that will take your codes from a single user envirement and it will converts it to a multi-user envirement in a snap. It handles all file locking and recording lockings without you writing a single code. It is called dAnalyst. it is awesome.
Ver simple exe program I have been using it since 1992. I swear, you will never have to guess when you have to lock the records or the file in a network envirement.
Works on All Pc-Based lan from (lantastic to win2000Server, novel, pcmos (if you guys remember that)).
We use a very simple user function with some very simple
code lines and it has worked perfectly for many years under a Novell networking enviroment.
Just have in mind that you have to lock an entire file or
only a record depends on what you want to do, change, delete or add a new record.
We do this to lock a record:
***once you are on the record you want***
do while .t.
if rlock()
exit
endif
enddo
***so you can delete or change the record***
***to unlock ****
dbunlock()
to add a new record it's the same way but using
flock() instead of rlock().
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.