|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
Join Date: Mar 1999
Location: La Crosse, WI USA
Posts: 279
|
Deleting Blocks of Data in FoxPro
Hello,
I have a opened a database table via FoxPro and now I'm trying to delete an entire block of data, but can't seem to figure out how. The normal way of deleting doesn't seem to work. Thanks, TH
|
|
|
|
|
|
#2 |
|
SQL nutcase
|
Euh, I don't know foxpro, but if I remember correctly you can you delete the data by executing a query?
Just do Code:
delete from <table> where <field> = 'something' |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|