Skip to main content

Uniface 9: Create tables from code

  • November 19, 2018
  • 3 replies
  • 0 views

Jan Cees Boogaard

Create tables from code

Author: martinandheather@gmail.com (byjones)

Is it possible to create the tables from within code? I am creating a build process, and I'd like to generate the create tables sql from within code. If not, can we get this functionality added to the $ude command please :) Thanks Martin

3 replies

Jan Cees Boogaard

Create tables from code

Author: martinandheather@gmail.com (byjones)

Is it possible to create the tables from within code? I am creating a build process, and I'd like to generate the create tables sql from within code. If not, can we get this functionality added to the $ude command please :) Thanks Martin

Hi martin,

at least it's good old icomp $99 = 400 which generates the SQL scripts (after an analyze model).

and because it's a file, even the SQL[/print] should be able to start the script.

Success, Uli


Author: ulrich-merkel (ulrichmerkel@web.de)

Jan Cees Boogaard

Create tables from code

Author: martinandheather@gmail.com (byjones)

Is it possible to create the tables from within code? I am creating a build process, and I'd like to generate the create tables sql from within code. If not, can we get this functionality added to the $ude command please :) Thanks Martin

 

Hi Uli, may you be more explicit about “icomp $99 = 400”. How it works. Maybe you can write down a little example?

 
Thanks
 

Author: None (None)

Jan Cees Boogaard

Create tables from code

Author: martinandheather@gmail.com (byjones)

Is it possible to create the tables from within code? I am creating a build process, and I'd like to generate the create tables sql from within code. If not, can we get this functionality added to the $ude command please :) Thanks Martin

Hi,

the icomp-info is located at:

http://march-hare.com/puuu/undoc/icomp.html

Success, Uli


Author: ulrich-merkel (ulrichmerkel@web.de)