Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which will be faster
Message
From
23/08/2006 04:41:14
 
 
To
22/08/2006 06:46:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01147503
Message ID:
01147806
Views:
18
Hi,

>Question 1:
>Code 1:
>
>SET EXCLUSIVE OFF
>USE \\MyServerPath\MyTable
>IF FLOCK()
> INDEX ON MyField TO SYS(2015)
> UNLOCK
>ENDIF
>
>or
>
>Code 2:
>
>SET EXCLUSIVE OFF
>USE \\MyServerPath\MyTable
>IF FLOCK()
> INDEX ON MyField TO SYS(2023)+"\"+SYS(2015) && Temporary file path
> UNLOCK
>ENDIF
>
>Which one will faster Code1 or Code2
>

It will depend on the TMPFILES setting.

>Question 2:
>
>Which command of following will open table faster
>
>USE \\MyServer\MyTable
>
>or
>
>USE (Maped Drive):\MyTable
>
>
>Thnx
>Jignesh
Previous
Reply
Map
View

Click here to load this message in the networking platform