SimpleDataSet cannot load metadata for PostgreSQL

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for PostgreSQL in Delphi and C++Builder
Post Reply
Eden0928
Posts: 62
Joined: Sun 22 Apr 2012 14:08

SimpleDataSet cannot load metadata for PostgreSQL

Post by Eden0928 » Thu 26 Apr 2012 02:42

SimpleDataSet.DataSet.CommandType := ctTable

When I try to click Commandtext to select table, get a error message:
"Cannot load metadata for PostgreSQL. Add driver unit to your uses (DbxInterBase or DbxDb2 or DbxMsSql or DBXMySQL or DbxOracle or DbxSybaseASA or DbxSybaseASE)."

Why?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Thu 26 Apr 2012 07:48

Hello,

Presently, our drivers don't support obtaining metadata in design-time. You can manually specify the table name for resolving the problem. We are going to implement this feature in one of the next versions of the product.

Post Reply