Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP60- Remote Views
Message
De
26/11/1999 21:59:29
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
VFP60- Remote Views
Divers
Thread ID:
00295881
Message ID:
00295881
Vues:
49
Article Q137944 explains how to create a remote connection or view programmatically.

The problem that I have is that I don't see a way to specify a USERID and PASSWORD for a VFP table or ACCESS table and also a way to specify where the SERVER with my data is.

Is this possible only with SQL Server Data Sources? I am trying to do this with an NT Server. Is this possible? Thank you in advance.

This is the code in Article Q137944:
CLOSE ALL
SET DEFAULT TO c:\temp
CREATE DATABASE zdb
CREATE CONNECTION zconn DATASOURCE sqltest USERID sa PASSWORD ""
CREATE SQL VIEW zview REMOTE CONNECTION zconn AS select * from ;
pubs..sales
USE zview
BROWSE
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform