Carlos Avogaro wrote:
I have this table:
create table product ( cod varchar(6), ean varchar(15),
desc varchar(30), pvp numeric(10,2) )
I do inserts from lazarus insert into product values ('0001','123123','test test test',4500.34) i check the data from sqlite3.exe and everything is ok!, but when i open the recordset in lazarus i receive this error message FIELD TYPE VARCHAR(6) NOT RECOGNIZE example sqData.SQL := 'SELECT * FROM PRODUCT';
sqData.Open;
Probably you are using fpc 2.0.2. try to use version 2.0.4 instead.

Luiz

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

Reply via email to