Could you be more specific about the problem? I'm not able to figure
that our based on the solution you are proposing...
Which database are you using? What SQL in particular is not supported,
and what does that SQL need to look like to work?
-David
On Jul 16, 2008, at 1:38 PM, BJ Freeman wrote:
I moved this from user since some thought has to be put in on how to
handle different DB that use different reserved words.
currently it is hard coded for instance to use rename for a column.
However our default DB OTTB uses Alter for a column
my suggestion is use framework\entity\dbparms
folder and put in files that denote each db.
this way the code would be changed only by adding routine to look of
the
db equivalent for Rename.
any other Ideas.