Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert into cursor
Message
 
 
À
13/02/2004 09:56:51
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00877093
Message ID:
00877095
Vues:
11
In VFP7 and later add READWRITE clause to SELECT, otherwise
select col1, col2 from table1 into crsTemp
USE crsTemp IN 0 AGAIN ALIAS mycursor
USE IN crsTemp
insert into mycursor (col1, col2) select col1, col2 from table2
>hi,
>
>how do i make a read right cursor, when the cursor is created by an SQL command ?
>
>select col1, col2 from table1 into mycursor
>insert into mycursor (col1, col2) select col1, col2 from table2
>
>Thank you ALL
>Jião
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform