Search found 2 matches

by slw
30.09.2010, 16:30
Forum: ZDBC (ZEOS Database Connectivity)
Topic: Column size - how to get in metadata
Replies: 2
Views: 1681

I have tried Meta.GetColumnDisplaySize(I) but it returns 0 for all the columns in the table. I am using Firebird 2.1.3
by slw
24.09.2010, 23:08
Forum: ZDBC (ZEOS Database Connectivity)
Topic: Column size - how to get in metadata
Replies: 2
Views: 1681

Column size - how to get in metadata

I am using ZEOSDBO-6.6.6-stable. I need some of the metadata properties of the Resultset and I am not able to get the Column size

Code: Select all

  Meta := ResultSet.GetMetadata;
  ColumName := Meta.GetColumnName(I);
  ColumnType := Meta.GetColumnType(I);
  ColumnSize := ???