Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update vs. insert
Message
From
30/07/2001 14:46:46
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Update vs. insert
Miscellaneous
Thread ID:
00537366
Message ID:
00537366
Views:
41
why does the insert work without errors but the update doesn't?

the error says that 'alias text2 not found'

update customers set company = thisform.text2.value ;
where custno = thisform.text1.value



insert into customers(company) values (thisform.text2.value)
Next
Reply
Map
View

Click here to load this message in the networking platform