Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sample prg
Message
From
04/12/2003 10:46:49
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
04/12/2003 10:06:30
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00855850
Message ID:
00855900
Views:
12
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? :)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform