Thank you for the help. There were too many temp tables. I was running a program that has to select each line of a table one at a time, and each selection was producing a temp table. When it hit 10,000 (or 9999), the program hung. Can this be avoided by selecting into a named table? Example: SELECT * FROM TABLENAME INTO OTHER_TABLENAME Instead of SELECT * FROM TABLENAME INTO SELECTION
Thank you, Simeon ----------------------------------------------------- Simeon Kohlman Rabbani Prefeitura Municipal de Aracaju ----------------------------------------------------- -----Original Message----- From: Uffe Kousgaard [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 6 de agosto de 2004 02:45 To: Mapinfo-L Subject: Re: MI-L MI Pro hangs when browsing from selection table 2 ideas for possible causes: 1) You have too many temp tables in the temp directory. 2) You have installed Windows XP SP2 (RC) which is known to interfere with many existing applications because of changed security settings. HTH Regards Uffe ----- Original Message ----- From: "Simeon Kohlman Rabbani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 06, 2004 6:12 AM Subject: MI-L MI Pro hangs when browsing from selection table I have been a MapInfo user and MapBasic application developer for over 6 years, and have never before encountered this strange problem. Every time I try to browse from a selection, MapInfo hangs (the cursor goes to the hourglass and stays there). This also occurs whenever I close the last map window. I am using version 7.0 Professional. I have uninstalled the entire application, including MapBasic, ODBC, Data - the whole 9 yards, and reinstalled everything from scratch, and the problem is still occurring. This suggests to me that there may be a Windows or other DLL that is causing the problem, but I have no idea how to track it down, if that is the case. Has anyone else ever encountered something like this? I am using the Windows XP operating system. Any help would be greatly appreciated! Thanks, Simeon K. Rabbani --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 12859 --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 12875
