Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Selecting into Temp Table
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01520287
Message ID:
01520351
Vues:
39
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform