Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UPDATE - SQL
Message
From
08/04/1998 12:11:22
Fernando España
Alta Tecnologia En Informatica
Guatemala, Guatemala
 
 
To
08/04/1998 09:10:27
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00090401
Message ID:
00090473
Views:
24
may be this can resolve your problem
if you have not buffering your rute table do this
UPDATE route SET route.lien1= l1, reoute.site1 = m1, route.conn1 = mconn1 where Upper(alltrim(route.route)) =Upper(alltrim(nroute))
or see the SET ANSI help in VFP.

if you have buffering in your route talbe
after the update command, do this:
sele route
=Tableupdate(.t.,.t.)

be sure the cursorsteprop(bufering,5,"route") is ok

sory for my English
Fernando España
SQL Server Specialist
Previous
Reply
Map
View

Click here to load this message in the networking platform