When I define fields fields using the object inspector, then

  memdataset1.CreateTable;
  memdataset1.Open;
  memdataset1.Active :=true;

if I try and append and stick information in the fields, rows are added,
but they're left empty, without raising error conditions.

if I add

  memdataset1.FieldDefs.Add('testta',ftstring,8);
before the createtable, it adds that column as well, but information I
put into that column shows up, while the others remain empty.

am I missing something?

it would appear the rows are actually created, and that they're the
right size in memory, but nothing gets written to that memory for
whatever reason.  Is this a bug, or am I not initializing something I
need to?


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

Reply via email to