Create Database, Blob segment size, IB Services, PostgreSQL
Posted: Fri 17 Oct 2008 16:53
Hi,
I'm currently using the IBX components to connect to Firebird using D2007 on W2000, XP, and Vista. I'm evaluating UniDac to find out if I can replace IBX. Most of the IBX functionality I find in UniDac but I wonder about the following:
1) Create Database
an analog to the method TIBDatabase.CreateDatabase in IBX I cannot find in UniDac. Your release notes for UniDac 1.2 state that you have added Create Database to TUniScript. I can however not find an example code of how to use it. TUniScript requires a TUniConnection assigned to work, but if I want to create the database that obviously does not exist I cannot call TUniScript.Execute since this tries to open the connection.
The obvious would be to have a method in TUniConnection that like in TIBDatabase.CreateDatabase calls the corresponding provider's API call directly. I cannot see such a method in the trial version 1.2 - how do I get the TUniScript functionality for create database to work?
2) Blob segment size
Using IBX one can define the segment size of individual blobs on writing of the blob. How could I do this in UniDac?
3) IB Services for sweep, statistics, validate, backup and restore
do you have any plans to add access to the IB service API to perform all the above actions? If so, when?
4) Another IBX unrelated question is if you have plans for adding a provider for PostgreSQL to your list of supported providers? If so, when?
Many thanks in advance.
Best regards,
/T
I'm currently using the IBX components to connect to Firebird using D2007 on W2000, XP, and Vista. I'm evaluating UniDac to find out if I can replace IBX. Most of the IBX functionality I find in UniDac but I wonder about the following:
1) Create Database
an analog to the method TIBDatabase.CreateDatabase in IBX I cannot find in UniDac. Your release notes for UniDac 1.2 state that you have added Create Database to TUniScript. I can however not find an example code of how to use it. TUniScript requires a TUniConnection assigned to work, but if I want to create the database that obviously does not exist I cannot call TUniScript.Execute since this tries to open the connection.
The obvious would be to have a method in TUniConnection that like in TIBDatabase.CreateDatabase calls the corresponding provider's API call directly. I cannot see such a method in the trial version 1.2 - how do I get the TUniScript functionality for create database to work?
2) Blob segment size
Using IBX one can define the segment size of individual blobs on writing of the blob. How could I do this in UniDac?
3) IB Services for sweep, statistics, validate, backup and restore
do you have any plans to add access to the IB service API to perform all the above actions? If so, when?
4) Another IBX unrelated question is if you have plans for adding a provider for PostgreSQL to your list of supported providers? If so, when?
Many thanks in advance.
Best regards,
/T