Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting into Temp Table
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01520287
Message ID:
01520351
Views:
40
>Hi Naomi.
>This is not a VFP program..... its a c# app.
>Regards,
>Gerard


I know, but if you're querying VFP table, then you need to use VFP syntax. It doesn't matter if you're using VFP or C#, the DB syntax should be the one used for the particular back-end. In case of VFP back-end, the correct syntax is SELECT * from myTable INTO cursor CursorName (or INTO TABLE TableName)


>>If you're using VFP, then try
>>
>>select * from MyTable into cursor csrTemp
>>
>>How do you intend to use this temp table?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform