Re: Proper way to delete a table

2006-10-05 Thread Dave Shield
On 02/10/06, vinh <[EMAIL PROTECTED]> wrote: > Hi, I'm using a subagent and I'm trying to delete a table with old > data and then remake it again with new data, since the number of rows > are going to be dynamic. So I'm wondering what is the proper way to > do this. As I'm doing it now I'm first

Proper way to delete a table

2006-10-03 Thread Vinh Hoang
Hi, I'm using a subagent and I'm trying to delete a table with old data and then remake it again with new data, since the number of rows are going to be dynamic. So I'm wondering what is the proper way to do this. As I'm doing it now I'm first deleting all the rows through _removeEntry(...) then

Proper way to delete a table

2006-10-01 Thread vinh
Hi, I'm using a subagent and I'm trying to delete a table with old data and then remake it again with new data, since the number of rows are going to be dynamic. So I'm wondering what is the proper way to do this. As I'm doing it now I'm first deleting all the rows through _removeEntry(...) t