cancel
Showing results for 
Search instead for 
Did you mean: 

Modify TABLDEFN variable

Former Member
0 Kudos

Hello,

Is it possible to change the variable %TABLDEFN% of my dbms extension ? Because i need to generate a personalized create statement

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

former_member185199
Contributor
0 Kudos

Yes it is possible.

But not by Altering the %TABLDEFN%.

Instead you will alter the underlying scripts.

PD-Help says:

%TABLDEFN% variable collects Add items in the Column, PKey, Key, and Reference categories, and the item in the Table category.

so you would modify there what needs to be changed

see as an example the Add definition for columns:

Hope that helps

Former Member
0 Kudos

I'll try your solution. I think that should be working.

Thank you

Answers (0)