Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Deleting Databases + Physical Folder & Tables
Thu, Jun 28 2007 6:59 PMPermanent Link

"Norman Rorke"
The method AddRemoteDatabase will create the required folder if necessary.
However DeleteRemoteData does not delete the folder.

How do I get the server to delete the folder (and existing tables).

Norman Rorke
Desktop Financials Ltd.

Fri, Jun 29 2007 1:57 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Norman,

<< How do I get the server to delete the folder (and existing tables). >>

You can't (delete the folder), other than to write a server-side procedure
that does so.   As for the tables, you can delete them one-by-one from the
client using a normal data connection and the TDBISAMTable.DeleteTable or
SQL DROP TABLE statement.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image