Ok, Many thanks, Lautaro Moreira
El 22/04/2010 18:02, Przemysław Czerpak escribió:
On Thu, 22 Apr 2010, Lautaro Moreira wrote: Hi,this sample generates an GPF ---------------- struct := {{"campo1","C",65000,0},{"campo2","C",65000,0}} dbcreate("test1.dbf",struct) ------------------- It is normal or I'm doing something wrong ?No it should be RTE instead of GPF. In DBF maximum record size is 64KB and above example needs 130001 bytes for record exceeding this limit. I'll update DBF RDD to generate RTE in such case. best regards, Przemek _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
