3-29-2006 TCDesigner Pro v1.2.11.37235 release notes
Bug fixed:
Corrected SaveRow stored procedures for tables defined with Identity columns.
Identity column was being included in INSERT statement.
2-19-2006 TCDesigner Pro v1.2.10.9527 release notes
Enhancements:
1) A new property "CodeVersionType" has been added at the project level to
specify which .Net framework you are targeting. Use "Version1" for .Net
1.x or "Version2" for .Net 2.x.
2) Two sets of templates now are included for each language. One set supports
the .Net 1.x framework and the other supports the 2.x framework.
3) In the 2.x framework templates, support is now provided for
ConnectionStrings in the web.config.
8-22-2005 TCDesigner Pro v1.2.8.10367 release notes
Enhancements:
Two new properties have been added to Base Objects:
1) NamingPrefix - Sets the prefix to be added to the class locals.
2) NamingStandard - Sets the field naming standard to use for
class locals. Choose from PascalCase, CamelCase, or
HungarianPascalCase.
Under Tools, Options, there is now a "Remove user code blocks" checkbox. This
will eliminate the so-called "user code blocks" that were scattered
amoung the generated code.
Bugs fixed:
Base objects now correctly handle GUID datatypes.
Applink.vb now correctly handles more than one Querystring argument when
building URLs.
The Begin() and Rollback() methods in BaseDAConn now will correctly detect the
existance of a connection and allow transactional processing to occur as
expected.
Custom DeleteBy() methods now have a syntactily correct argument list.
5-26-2005 TCDesigner Pro v1.2.6.11677 release notes
Enhancements:
We realize that some developers have needs beyond the standard set of VB &
C# code generation templates included with TCDesigner. TCOutliner (Beta) is now
included as a stand-alone exe in the installation folder. TCOutliner was
developed to make the chore of creating and editing VB and C# templates easier
and faster. Use it if you want to create your own code templates, or modify
existing TCDesigner templates. Although no documentation is provided,
TCOutliner is fairly intuitive to use. Just open an existing template first and
you can quickly see what's going on.
Allow special characters in Server name fields (various places) primarily to
support inclusion of port numbers in server name.
Issue a notice about Web permissions when using SQL Server Image data types
before code is generated.
Complete version information now in Help, About dialog box.
Bugs fixed:
The VB template responsible for generating run-time database connection
information (BaseDASettings) has been corrected to honor user input from the
designer.
SQL Money data type now correctly generates Money fields in the generated code,
instead of SmallMoney.
On dialog boxes, position of OK/Cancel buttons have been reversed to Windows
standards (OK on left, Cancel on right)