I am new to Firebird here. I am trying to use Firebird Embedded from an ASP.Net application. Everything connects fine, but I ran into problems with the length of the column names. I am trying to create a table called "Orchard_Framework_DataMigrationRecord". I keep getting an exception that says "The name is larger than the size of the database column." After some investigation, I saw that many people mentioned that Firebird has a column name length limit of 30 characters.
Is this correct, and if so, is there a way to change it? In my case, I cannot change the name of the table; it really should be so long.
source share