Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting a field into a variable from odbc connection.
Message
From
01/04/1999 12:43:27
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00204312
Message ID:
00204318
Views:
37
>Is there a way to select a field into a variable using SQL such as:
>
>SELECT field INTO variable FROM table WHERE field = value
>
>I am using an Oracle database connecting through odbc.

Is this a variable within Oracle or VFP. I've always done it like this.

SQLEXEC(c, [SELECT field AS value FROM table WHERE field = value], [result])
variable = result.value
USE IN result

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform