tabledefs.delete and open for output doesn´t delete.

Fuga

Registered User.
Local time
Today, 10:58
Joined
Feb 28, 2002
Messages
566
Hi,

I´m experiencing some strange stuff here.

I have a db which automatically imports data from text files. The process gives a proper table, and an import error table. To delete the tables I use the
PHP:
Tabledefs.delete
statement, but it only works for some of the tables.

The other problem is when I want to empty the text file to prepare it for the next data fetching. I use
PHP:
open for output
, but the contents are still there.

I´ve implemented the db on a office 2003 machine, could this have somthing to do with it?

Fuga.
 

Users who are viewing this thread

Back
Top Bottom