Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange DELETE problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Strange DELETE problem
Miscellaneous
Thread ID:
01138947
Message ID:
01138947
Views:
61
This SQL pull all records just fine - until I delete a record. After the DELETE, I get back
no records.
select veh.id,;
       veh.internal_id,;
       loc.Caption,;
       veh.year,;
       veh.make,;
       veh.model,;
       veh.color,;
       veh.plate_no,;
       veh.cur_meter,;
       veh.vin;
from vehicles veh;
left outer join locations loc on loc.id = veh.location_id;
where not deleted();
order by &cSortOrder;
into cursor temp1
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform