- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
I/O problem
Hello,
I have some data table loaded from SQL by query.
When I try to close it, I get an "I/O problem" message (see attached).
My close command is: close(Data Table("MyTable"),nosave);
What may be a reason for the error?
Jmp still closes the table,so what can I do for JMP will not show the error message?
Thanks,
BG, Tom.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: I/O problem
Is it possible that your table called "My Table" was created using
Tables==>Summary
or one of the other Tables platforms that creates a "Linked" data table, and that you already deleted the original table, and since "My Table" was linked, it was therefore closed when the original table was closed. Which results in an error code when trying to close a table that is already closed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: I/O problem
Is it possible that your table called "My Table" was created using
Tables==>Summary
or one of the other Tables platforms that creates a "Linked" data table, and that you already deleted the original table, and since "My Table" was linked, it was therefore closed when the original table was closed. Which results in an error code when trying to close a table that is already closed?