Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete records
Message
From
26/09/2006 02:53:23
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01156848
Message ID:
01157156
Views:
20
hi,
thank you for your advice,
but realy i try many times to do it at my self som times i can some times not,
about help yes i try it but you can't find evry thing you think about it,

about (pack) depend for what kind of work i need to do,
as ex.. i need to use this table one time monthly.... i mean this not for VFP project, just VFP program,


a gain thank you for your help all the time ,

have a nice time,

regards.

m.qasem
>If you just make him read the HELP :o)))))))))
>
>To Mohamed:
>I don't want to be rough but first read the help, search Solution Samples and if you couldn't find something then ask. But when you ask try to understand the code not just copy and paste and then complain that this code doesn't works. Nobody knows what you are trying ot do. We are also people and we made mistakes also (especialy me). Try to understand what is essence of the code not the exact syntax posted here. If there are/is some syntax errors try to find them by yourself (some missed brackets, some typos in words etc.). Debuger is your best friend.
>
>
>>I must have asked Mohammed the same question a millions times!
>>
>>>Why do you use PACK? You should not use PACK every time you delete records; normally you would do a PACK once a month.
>>>
>>>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform