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
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
, 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.
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
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
I´ve implemented the db on a office 2003 machine, could this have somthing to do with it?
Fuga.