Hi,
I use zeoslib 6.1.5 (alpha).
1.step : my app. connect to the web server via php script /indy tools
and download xml format all database tables. ok.
2.step : after then, locally i have a firebird server. my app
convert downloaded xml structure to firebird sql format. in emsfb tool
seem everything is ok.
3.step : my app must be a firebird database.
i have tested zconnection,zsqlprocessor CREATE DATABASE xxx ..etc
but not works.
Can you help me, how can i create database for firebirdDB with ZEOS
components?
As far as I know, the CREATE DATABASE command is not interpreted by the SQL processor, but processed by the Firebird Services API. You will need to hook into this API from your app in order to create the database. This is a limitation of Firebird, and not of the Zeos components.