Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to run a query in database
Message
From
08/03/2004 12:18:33
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
 
To
08/03/2004 12:12:25
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00884130
Message ID:
00884136
Views:
8
Hi Raj
lnHndl = sqlconnect("yourconnection")
if lnHndl > 0
  ?sqlexec(lnHndl,"select * from database","cursorname") 

endif 
>How can i run a query say:
>
>
>"select * from employee"
>
>in the data base to see the results at the back end only. Just like oracle or sql server.
>
>I just wanted to see wether my query is good or not.
>Please Let me know.
>
>Thank you.
Previous
Reply
Map
View

Click here to load this message in the networking platform