Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting from a Cursor into an external .dbf
Message
From
06/04/2004 14:30:02
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
06/04/2004 14:13:39
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00892627
Message ID:
00892710
Views:
19
This message has been marked as a message which has helped to the initial question of the thread.
>I got an error there: "Alias 'SMTRNSTM' is not found"

That's what I get for being hasty. Going back to Cetin's code...
lcFile = locfile('c:\transact.dbf')
        select 0
        use (m.lcFile)
	append from dbf('SMTRNSTM')
Alter the line use (m.lcFile) to this...

USE (m.lcFile) ALIAS c_Source

then after the append from line...

USE IN c_Source
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform