Page 1 of 1

Please Improve TUniMetaData !

Posted: Wed 02 Nov 2011 10:03
by TinTin
I have a DB Meta application!Local DB is SQLITE,Meta DB is MSSQL,FB and etc.

(1). I Must Change Logining with different DataBase ,but TUniConnectDialog.Execute can not supports TUniConnect.SpecificOptions,and it is very trouble to copy full of SpecificOptions with different DataBase.

(2).TUniMetaData can not support view.

(3).TUniMetaData (MetaDataKind=Columns) have not datatype name,and TUniMetaData can not support Meata of datatype(MetaDataKind=DataType) .

Thanks!

Posted: Wed 02 Nov 2011 12:32
by AndreyZ
Hello,

1. For the time being TUniConnectForm doesn't support server-specific connection options. We plan to add such functionality in the future, but we cannot provide any timeframe. To avoid this problem, you can write your own connection form. Please take a look at the example of such connection form in the UniDACDemo->ConnectDialog demo.
2,3. We will investigate the possibility of adding such functionality in the future.