views:

14

answers:

1

Hi,

I am migrating my db from Interbase to Firebird, and the 1st hiccup we hit comes from our stored proc names.

We have a handful of stored procedures with names greater than 31 characters (which appears to be the max in FB 2.1.3)

Is there a way to increase this limitation? It will be a far easier solution than modifying our software.

Thanks!

+2  A: 

No there is no way (short of changing the Firebird source code yourself - it is open source, after all).

Hugues Van Landeghem
+1. At least not until Firebird 3.0.
Milan Babuškov