Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update a template table
Message
From
31/07/2007 10:29:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Update a template table
Miscellaneous
Thread ID:
01244862
Message ID:
01244862
Views:
59
Hi all,

I have a template table :

template.dbf
empno balance

11111
22222
33333
44444

with the data from temporarily table:

temptable.dbf
empno balance

11111 10000
44444 20000

to update the above template.dbf table to have the results finally as:

template.dbf
empno balance

11111 10000
22222 0
33333 0
44444 20000

TIA.
Next
Reply
Map
View

Click here to load this message in the networking platform