I just posted a question along the same lines, with regards to overflow errors when appending tables. The error is most definitely happening during the insert statement, although I'm waiting to hear back too. My only guess is that it has something to do with a max number of records you can have in a table. That's just a guess though... -Ben > -----Original Message----- > From: Andrew Pollock [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, October 26, 1999 11:41 AM > To: [EMAIL PROTECTED] > Subject: MI: Overflow error message > > All > > Attached is a snip of code that is causing an overflow error in the > program. I've never seen an error of this type, nor is it referenced in > any of the books or online help. I've tried rebooting, etc. to no avail. > > Any assistance is appreciated. > > Thanks! > > Drew Pollock > > > code snip follows: > > IF data_info = "US" OR data_info = "us" THEN > SELECT * FROM land into Land1 > ELSE > Select * from land where land.obj within buffer_obj into Land1 > END IF > Insert Into List_fac Select * from Land1 > > > > A T L A N T A , G E O R G I A > ============================================================ > Web: <http://209.186.12.2/~pollocka/masterpage.html> > Photography: <http://209.186.12.2/~pollocka/APPhoto/index.html> > Family: <http://209.186.12.2/~pollocka/DW/abbypage.htm> > > ---------------------------------------------------------------------- To > unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put > "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED] ---------------------------------------------------------------------- To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
