Recent content by beakerman29

  1. B

    Odd problem

    Let the oddity begin....I am able to create a table in a database using the SQL Create Table method. noticed that It doesn't show up in either my data dictionary or for any other user besides the one the one that created it. With that said a query on systables was in order. I did a query and...
  2. B

    Creating a temp-table outside of Progress

    Okay so you made a reference to SQL-92 I do know that I am using an ODBC connection to try and create the connection but from what you said it sounds like a WINSQL or other Datbase browser tool will simply not be able to create the temp table or real table. I did run across an article from...
  3. B

    Creating a temp-table outside of Progress

    That's what I was thinking. So what it really boils down to is that the 4G/L interface is really the prefered method of doing this. On the second part the Create table myname.mytables(field type (length)); is this an option for creating a table and then dropping it after done. I'm sure there is...
  4. B

    Creating a temp-table outside of Progress

    Okay I am very new to progress and I was wanting to use some code to create a temp-table in the progress database. Unfortuntely I have not found a command besides 4G/L and such. I would like to use an SQL like statement such as Create Table ..... I thought about using the create table itslef but...
Back
Top