Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Database in Server/Client application
Message
From
09/12/2001 07:02:20
 
 
To
09/12/2001 06:38:32
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00591651
Message ID:
00591811
Views:
25
Hi,
1. Are you using buffering to you table? CURSORSETPROP("Buffering", 5), SET MULTILOCK ON to enable buffering.
2. try to USE mytable AGAIN SHARED IN 0 to open table
3. As I know, if you are using VFP native data, taht is not client server basis, it is file sharing since your client application will access the table directly. If you want to design as C/S, you may need to write your own DCOM/COM to access the data indirectly, or upsizing to SQL server/MSCE
4. You may have a look at
Extending the application -> Programming for shared access (VFP DB)
Creating Client server applicatiion (SQL or other c/s server)


HTH
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Reply
Map
View

Click here to load this message in the networking platform