Adding New Tables (OpenInsight 32-bit)
At 30 AUG 2020 05:45:02PM cmeyer wrote:
Is there a routine to add a new table via a program rather than using "Table Builder". If so, I assume the parameters required would be:
Location
Table Name
Application
Description
Create Options
The other options I would use defaults.
Any advice would be grateful.
Chris
At 30 AUG 2020 07:29PM Donald Bakke wrote:
Is there a routine to add a new table via a program rather than using "Table Builder". If so, I assume the parameters required would be:
Location
Table Name
Application
Description
Create Options
The other options I would use defaults.
Any advice would be grateful.
Chris
The Create_Table subroutine is what you are looking for.
At 31 AUG 2020 06:34AM Gerry Van Niekerk wrote:
Chris,
i create files as follows:
file = 'NEWFILE'
CREATE_TABLE ( @ENVIRON_SET<1>, FILE ,
, @APPID<1> ,
,'' )Hope it helps..
Gerry