MI-L Deleted Records

2001-03-08 Thread Lists
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. Hi all, Because we do a lot of programming in MapBasic we have discovered that lots of times we would like to know if there are deleted records in a table.

Re: MI-L Deleted Records

2001-03-08 Thread UFFE KOUSGAARD
Try select count(*) from table and compare with TableInfo(table, TAB_INFO_NROWS) Regards Uffe Kousgaard http://www.routeware.dk/ Hi all, Because we do a lot of programming in MapBasic we have discovered that lots of times we would like to know if there are deleted records in a table.