Search results

  1. J

    Cannot Drop Table After Creating

    RealHeavyDude - First, thank you for replying. I have some background with Informix which also has a 4GL language. Now I know this is like comparing apples to oranges, but just for the sake of discussion, Informix also allowed temp tables. Not only from within 4GL, but also through their...
  2. J

    Cannot Drop Table After Creating

    Can someone tell me if there is an SQL solution for creating temp tables in progress?
  3. J

    Cannot Drop Table After Creating

    I submitted this question in the Development forum and was asked to submit it here since the underlying question is related directly to SQL. I understand what temp tables are and why they are used. I tried to use CREATE TABLE because I was unable to find SQL support for temp tables in...
  4. J

    Cannot Drop Table After Creating

    I am interested in creating temp tables using SQL. I am a .net developer with Informix 4GL background (not much use here). Before developing a .net solution I like to use an SQL editor such as WINSQL to run queries as I research the available data. Temp tables are often handy for rolling up data...
  5. J

    Creating a temp-table outside of Progress

    I too am interested in creating temp tables using SQL. I am a .net developer with Informix 4GL background (not much use here). Before developing a .net solution I like to use an SQL editor such as WINSQL to run queries as I research the available data. Temp tables are often handy for rolling up...
Back
Top