Hi , I am new in this Forum
But very Old in Cobol (several of them)
Now a day iam using Netcobol x Crystal Reports x Ms-sql x Grid(janusGrid, ExpressquantunGrid and Others)
I saw someone question how to create a table inside
netcobol.
as frederico said a few sql command is not suported
then i use to call a SP to do This
example
To Create a Table
1 - In Enterprise manager i create the Table
2 - Then i Gerenate the SQL Script to Create a table
3 - In net cobol
Exec SQL call Createtable() End-Exec
Att
Carlos Lages
Rio de Janeiro
But very Old in Cobol (several of them)
Now a day iam using Netcobol x Crystal Reports x Ms-sql x Grid(janusGrid, ExpressquantunGrid and Others)
I saw someone question how to create a table inside
netcobol.
as frederico said a few sql command is not suported
then i use to call a SP to do This
example
To Create a Table
1 - In Enterprise manager i create the Table
2 - Then i Gerenate the SQL Script to Create a table
3 - In net cobol
Exec SQL call Createtable() End-Exec
Att
Carlos Lages
Rio de Janeiro