« FireStorm/DAO 3.0 Release Candidate 1 | Main | FireStorm/DAO 3.0 build 74 »

Bug fix: Prefix Table With Schema Name

FireStorm/DAO 3.0 build 59 is now available for direct download from:

http://www.codefutures.com/products/firestorm/download/

This build fixes a number of bugs related to the code generation option "prefix table with schema name". This option was working correctly for J2SE code generation but not for J2EE code generation. Also there were inconsistencies in how this option was saved to the project file.

The first time that you generate code from your project using this new build, it is recommended that you double check the setting of this option to make sure it is set to the value you desire (on or off) and that you save your project file afterwards.

The name of the option in the "provider options" section of the project file has been standardised to "prefix-schema-name" whereas previously both "prefix-schema-name" and "use-schema-name" were in use.


Comments

I'm using build 59 for a j2ee code-gen and I'm still getting the prefix_schema ie:
{ call PIPELINE...getMessage (?, ?, ?, ?, ?, ?, ?, ?) }

which is causing SQL Server to SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Could not find server 'PIPELINE' in sysservers. Execute sp_addlinkedserver to add the server to sysservers.

I'm having to POST process the code to remove the "PIPELINE..." to get it to work.

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)