Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Server Date
Message
From
21/10/2002 06:51:38
 
 
To
21/10/2002 00:27:21
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00713261
Message ID:
00713429
Views:
17
>Thanks Ed Rauh for the help.
>Please correct me if I am wrong. What I thought is that the stored procedures in a database (which is in the server computer) will be run in the server and thus must give the server computers system date. Is the stored procedure run in the server or the workstation computer?

VFP's Stored Procs run on the client system; the backend runs on the nachine issuing the SP column; there is no backend engine run on the server like SQL Server. It relies on the server only to shared data. If you want to run clode remotely, you need to use a COM server, either an out of process server via DCON, or in-proc hosted by COM+/MTS or similar tecbnologies to execute at the server, which might run under NetWare or Linux, which can't run VFP.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform