Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update statement
Message
From
16/01/2002 13:38:43
 
 
To
15/01/2002 23:15:08
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00605218
Message ID:
00605553
Views:
14
>---------
>update vehicle set brc_id=(select co_brc from co_temp where cbpo_ref = cbpo_num) where empty(brc_id)=.t.
>---------

Is cbpo_ref a defined varaible with the correct type? Have you tried it like this:

update vehicle set brc_id=(select co_brc from co_temp where cbpo_ref = ?cbpo_num) where empty(brc_id)

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform