Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Very Slow in Fetching the Data in the Node
Message
 
To
17/10/2005 10:16:57
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01059591
Message ID:
01059601
Views:
8
>Dear Borislav,
>
>Thanks for Your speedy replay can you be more specfic with some (Example of Coding)
>
>With Regards,
>
>T.D.Muruganandam

With pleasure, but I don't know how you organise your form. I suppose you have a several controls that are binded to this table. If so you must use a view to do this and issue TABLEUPDATE() when you want to save the changes. But the select must be:
m.lcMedcineName = Bill.Medicinename
SELECT * FROM Stock WHERE Medicinename == m.lcMedcineName INTO CURSOR lcStock
You must also have an Index based to Medicinename so the query to be rushmore optimized.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform