Jan Be careful about sdetaching a table in your exit block. The reason is if you have 5 individuals using the database and need access to the sattached table it would be lost. What I do in that case is sconnect then check and see if table is already sattached if so do nothing otherwise issue the sattach. Now this is assuming that everyone uses the same exit block.
Buddy -----Original Message----- From: Jan Johansen [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 11:24 AM To: RBG7-L Mailing List Subject: [RBG7-L] - Re: odbc Thank you for the clarification. I will do the detaching in my exit block. Jan
