Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLExec()
Message
From
09/04/2002 05:06:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SQLExec()
Miscellaneous
Thread ID:
00642520
Message ID:
00642520
Views:
54
I'm trying to establish connection to SQL 2000 database on a server on my LAN. I successfully created a connection using my ODBC data source. however, when i try to run SQL query using SQLExec, it fails.

Following is my code; can any one help me in this.

I'm trying to connect to ORDERS table of Northwind Database.

STORE SQLCONNECT('MRAD', 'sa') TO gnConnHandle
IF gnConnHandle < 0
= MESSAGEBOX('Cannot make connection', 16, 'SQL Connect Error')
ELSE
= MESSAGEBOX('Connection made', 48, 'SQL Connect Message')
SQLExec(gnConnHandle,'SELECT * FROM ORDERS','RESULT1')
SELECT RESULT1
BROW
ENDIF

TIA
Regards
Shaishav
Next
Reply
Map
View

Click here to load this message in the networking platform