Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update command
Message
 
To
23/06/2006 12:17:49
Mk Sharma
Shrishti Solutions
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01131206
Message ID:
01131339
Views:
13
If you want to do it with a SQL command, I think this is what you are after:
update inwardl set ;
    vattype = pc.vattype ;
  from inwardl iw ;
    inner join pcodel pc ;
      on iw.pcode = pc.pcode
HTH,
Chad

>below command not update all the records in "inward1.dbf"
>
>sele 0
>use pcode1
>sele 0
>use inward1
>update inward1 set inward1.vattype=pcode1.vattype where inward1.pcode = pcode1.pcode
>
>
>
>
>warm regards,
>mk.
_________________________________
There are 2 types of people in the world:
    Those who need closure
Previous
Reply
Map
View

Click here to load this message in the networking platform