Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert into cursor
Message
 
 
To
13/02/2004 09:56:51
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00877093
Message ID:
00877095
Views:
12
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform