Search found 2 matches
- 21.08.2013, 11:25
- Forum: 6.6 - stable
- Topic: How to drop firebird database?
- Replies: 3
- Views: 4533
Re: How to drop firebird database?
Dear marsupilami, Thanks for your suggestion. In my case, the database is remote so I can not just delete the file As far as I know, Zeos doesn't have a method to create nor drop a database. In fact from a ZEOS tutorial I found, we can create database by using codes similar to : ZConnection1.Databas...
- 20.08.2013, 10:54
- Forum: 6.6 - stable
- Topic: How to drop firebird database?
- Replies: 3
- Views: 4533
How to drop firebird database?
Dear all, I use Delphi 7 with Zeos DBO 6.6 and I need to drop firebird databases from inside a program. How can I do it? I have tried using TZConnection.ExecuteDirect('DROP DATABASE') but there is always an error saying 'Token not recognized'. I have also tried using TZSQLProcessor and TZQuery.SQL b...