Em Sex, 2005-11-11 às 03:35 +0000, Fedorax escreveu:

> Same thing for me. With the SQL's components given with lazarus can't read the
> memo fields type TEXT. ( With Dbgrid the field is missing, with sql 
> instruction
> or DbEdit i receive à 'fild missing erreor' ).
> 
> Sql can't read TEXT field but can write them with something like:
> 
> MySqlQuery.SQL.Text:='My_SQL_command';
> MySqlQuery.SQLEexc;
> 
> For me the only way to work with TEXT Fields is:
> 
> 1/ Export the SQL database in CSV File with phpmyadmin or other.
> 2/ Use a TDBF database level 4 to read and work with the CSV file.
> 3/ Export the result in SQL database.
> 
> If somebody can do best like this i'm interesting.

It's another issue: we are talking about sqlite component and you are
using, probably, Mysql component. They are not related.

Luiz

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

Reply via email to