Home Portfolio Products Contact
Home > Products > Notes for AspxFormsGen 4 and AspxCodeGen 4
Requirements
  • .Net Framework 4.0
  • Microsoft SQL Server 2000, 2005, or 2008 or an Attached SQL Express.
  • Windows Vista or Windows 7

Recommendations
  • Username/password used in AspxFormsGen must have admin or enough priviledges in the database that you're going to work on.
  • Use a local MS SQL Server if possible.
  • Use No spaces when creating Table names or Field names in your database.
  • Use Alphanumeric characters only when creating Table names or Field names in your database.
  • Use upper case letters for Table names and Field names if you have any plans of using Oracle in the future.
  • Create explicit relationships for your tables using Diagrams.

Limitations
  • Generates English code only in either C# or VB.NET.
  • Does not support retrieval of Large Value Data Type Columns (binary data types).
  • Does not support new data types in MS SQL 2008 such as Geometry, Geography, HeirachyId, etc.
  • Does not generate code for database tables that has no explicit primary key definition.
  • Sorting an XML data type field is not supported.
  • Sysname data types are not supported, although for most parts this will work with the generated code.
  • User-Defined data types are not supported, although for most parts this will work with the generated code.
  • Non alphanumeric characters in table names, view names, column names, etc are replaced by an underscore.

Notes:
  • Relationships between related/associated tables must be explicitly established in the information schema of your database.
  • Express Edition is free. Professional Plus Edition is for sale. Please see the product matrix.