Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sample prg
Message
De
04/12/2003 10:46:49
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
04/12/2003 10:06:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00855850
Message ID:
00855900
Vues:
13
baglan=sqlstringconnect;
    ("DRIVER=SQL Server;SERVER=myserver;uid=myuser;pwd=mypassw")
if baglan<1
  aerror(xxx)
  messagebox(xxx(2))
  messagebox(xxx(5))
endif 
                  
SQLEXEC(baglan,"use mydatabase")
sqlexec(baglan,"select * from customers","xcustomer")
   browse

SQLdisconnect(baglan)
It is too easy, isn't it? :)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform