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;
Please help!!
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less.
