Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - YentheO

Pages: [1]
1
Automation Interface, Add-Ins and Tools / Custom Code Generation Templates
« on: February 16, 2012, 12:42:50 am »
Hi,

I'm trying to reproduce the DDL generation of tables with a custom code generation template. I am unable to figure out how to generate field types with a specific length.

%attName% %attType% %attLength ? (attLength) : ""% %attAllowDuplicates == "T" ? "NOT NULL" : "NULL"%

Can someone please help me to generate the right values between the parenthesis.

Thanks in advance!

Pages: [1]