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 13:32:23
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00204312
Message ID:
00204354
Views:
18
>>>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
>
>Thanks, so no matter what, you have to bring it back into a cursor? I was hoping to not have to bring it back into a cursor but rather bring it directly into the variable!

Take cursor as OO wrapper for variables :-).
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform