Hello Steve, Tuesday, May 28, 2002, 6:23:02 AM, you wrote:
MS> Hi Listers, MS> How the heck do you add a row to a table in MI? I know you can append rows MS> from other tables or from a selection within a table but I just want to add MS> an empty row to the bottom of my table. The table is not mapable and is just MS> 3 columns of metadata. Any help would be appreciated. TIA. MS> -- MS> Mark Williamson MS> Heriot-Watt University MS> [EMAIL PROTECTED] :-) Insert Into MyTable (field1, field2) values (1, "sample") -- Best regards, Vladimir Lashin microOLAP Technologies LLC MBBuilder - Visual Development Tool for MapBasic - http://www.microolap.com/gis/mb.htm Raster Handler for ERDAS Imagine to MapInfo - http://www.microolap.com/gis/imgrhl.htm MapInfo Callbacks Manager ActiveX - http://www.microolap.com/gis/micm.htm mailto:[EMAIL PROTECTED] http://www.microolap.com/gis/ - GIS related products --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
