I created a Lazarus project to do a single browse in DB2 table using DBNavigator and DBGrid. During tests I used a DB2 table that didn't have columns with DB2 TIMESTAMP type. Early today I modify the SQL property of the TSQLQuery to another DB2 table that has a column with the type TIMESTAMP.

When I try to modify the property Active of the TSQLQuery to TRUE I receive the message "Unknown field type: HREG_DIVDD". When I make a query with the DB2 client I discover that this field(HREG_DIVDD) has the TIMESTAMP type.

Everything suggests that someone in the way(database, driver, Lazarus) doesn't recognize this data type.

May someone of you give some help?

Greetings from São Paulo - Brazil

Ricardo

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to