Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from cursor(?)
Message
 
 
À
06/01/2000 22:13:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00314262
Message ID:
00314280
Vues:
19
>Hi Sylvain,
>so...append from dbf("cursor")...I need to append from the cursor.
>

Yes, it will append FROM the cursor to the currently selected table. The thing is : the cursor is actually a DBF file named from a Sys(3) unique file name. The DBF() function gets the actual underlying DBF file name and you will then append from it.

>>>Can you select a view and then append from a cursor that was created? It tells me it can't find the file (the cursor). Is there a certain syntax when dealing with cursors or is it something that just can't be done?
>>
>>Try :
>>
>>Append from DBF( "view_alias" )
>>
>>Sylvain.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform