[Lazarus] Is anyone working with the simple datasets?
Graeme Geldenhuys
graemeg.lists at gmail.com
Tue Apr 15 09:40:58 CEST 2008
Felipe Monteiro de Carvalho wrote:
>
> Thanks, this worked perfectly =) Maybe the problem with TDBf is that I
> was passing zero to the size of the string field. I had just thougth
> that I don't care about the size and giving zero would make it a field
> that can accept any size ...
You're creating a database table with fields. If the field is a string
type it needs a size limit (that's valid for any database design).
Otherwise make it a BLOB or MEMO type, where no size needs to be specified.
Regards,
- Graeme -
_______________________________________________________
fpGUI - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/
More information about the Lazarus
mailing list