Search found 1 match

by fcolak
03.11.2006, 18:52
Forum: Bug Reports
Topic: Bug in ZDbcDbLibMsSqlMetadata.pas
Replies: 1
Views: 3057

Bug in ZDbcDbLibMsSqlMetadata.pas

I am working on ZDbcDbLibMsSqlMetadata.pas and have a problem with method GetColumns() that I expalin below 1-with GetStatement.ExecuteQuery(Format('select c.colid, c.name, c.type, c.prec, c.scale, c.colstat,' + ' c.status, c.iscomputed from syscolumns c inner join' + ' sysobjects o on (o.id = c.id)...