Subject | RE: [firebird-support] System Tables - Column Sizes - Too small |
---|---|
Author | Alan McDonald |
Post date | 2005-09-05T23:18:53Z |
> I'm in the process of porting an open source CRM to Firebird. All wasyou could try but no doubt the code relies on names of length 32 as well.
> going well until I encountered the dreaded error..
>
> "Name longer than database column size"
>
> A little research on the system tables revealed the problems..
>
> Generator, Table names.. etc.. are restricted to CHAR(31) ... Ouch!!
>
> There are two possible courses of action.. (in theory)
>
> 1) Change the code.. (massive effort..)
>
> 2) Change the system table column size.. (even possible..??)
>
>
> So.. what say you all, about the dangers/effects of changing the
> system table column size.. I would love a defintion of Char(50) or such..
>
> I found a post from Ann Harrison on this issue, but she did not
> address the issues/dangers of changing these sizes.. ( I would guess
> the there are issues in the code that prevent this change..???)
>
> Thank you for any feedback..
>
> John Moore
I think version 2 has bigger sizes if your expected delivery is some time
away then maybe you shoudl be doing this dev with FB2.0 alpha
On the other hand - it's amazing what can be done with code using sesarch
and replace. Do you know about GReplace.exe?
Alan