Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connection to Backend
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01343807
Message ID:
01343829
Views:
21
I stop using RVs immediately after VFP 8 comes and CAs was here :-)
try:
OPEN DATABASE C:\sample\Data\myDBC.dbc
PUBLIC lnConn
lnConn = SQLCONNECT("myConn","sa","myPass")

?lnConn     *:returns 1, so the connection succeeded 

SELECT 0
USE myDBC!myRemoteView  CONNSTRING  lnConn  
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform