Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete records
Message
From
25/09/2006 05:06:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Delete records
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01156848
Message ID:
01156848
Views:
77
hi all,

via command button ,i try to delete records from my table as under ,did not works and no error message
ma=JUSTSTEM(thisform.text1.value)
USE (ma)
lcField=telno
   xval2=JUSTSTEM(thisform.text1.value)+"."+lcField
COPY STRUCTURE TO NEWADSL
*total = "8000"
total = (THISFORM.TEXT2.VALUE)
RAND(-1)
INDEX ON RAND() TO SYS(2023)+'\RANDOM'
COPY TO NEWADSL NEXT &total
SET INDEX TO 
ERASE SYS(2023)+'\RANDOM'
      CLEAR EVENTS
      
 
DELETE FROM (ma) WHERE EXISTS(SELECT * FROM NEWADSL WHERE telno==xval2)&& not work
pack && not works

***DELETE FROM tagging_data WHERE EXISTS(SELECT * FROM NEWADSL WHERE telno==tagging_data.telno)&&& it works
thanks
Next
Reply
Map
View

Click here to load this message in the networking platform