Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I would like to connect to Microsoft SQL server via vfp5
Message
De
11/01/2000 10:55:10
 
 
À
11/01/2000 10:26:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00316178
Message ID:
00316222
Vues:
15
>I would like to connect to Microsoft SQL server via vfp50?
>I have been using power builder 6.5 to connect to Microsoft SQL server, but now I would like to us vfp50 and be able to view and change the data. Does anybody have any ideas?
nHan=SqlConnectString("Driver=SQL Server;Server=MySQLServer;Database=MySQLDB;UID=sa;PWD=")
If nHan<0 Then
  MessageBox("No Dice")
Else
  nRes=SqlExec(nHan, "select * From mytable Where myfield='something'")
Endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform