Search results

  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 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