Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mirceamrenes

    SELECT generates "File is in use" Error

    I had the same problem some time ago. In my case the "File is in use" was a TMP file that I created like this: file123 = SYS(3) + ".TMP" SELECT * FROM adrsbook INTO TABLE (file123) I discover that the SELECT uses internally the SYS(3) function to create a TMP file which produce the "File is...

Part and Inventory Search

Back
Top