Please Improve TUniMetaData !

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
TinTin
Posts: 46
Joined: Sat 30 May 2009 14:09

Please Improve TUniMetaData !

Post by TinTin » Wed 02 Nov 2011 10:03

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!

AndreyZ

Post by AndreyZ » Wed 02 Nov 2011 12:32

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.

Post Reply