Subject | Re: DDL Statements question. |
---|---|
Author | kartinku |
Post date | 2004-11-03T09:35:43Z |
Hi ,
I hope problem is due to "multi connection meta data update" constraint.
In firebird when there are multiple connection (more than one) to
same Database. Create foreign key will throw this error. Foreign key
can be created when there is single connection.
Firebird have this due to its design constraint. When there are more
than one connection notification between differrent process(In classic
server for each connection a sperate process will be spawn) is an
problem in classic server mode. so what they have this constraint. But
I don't get why they have this constarint even for super server.
I modified the code (commeneted out the exclusive connection check
in firebird source and rebuilt the firebird for my application).
For more information search for topic "Modified code - multi
connection Meta data update" firebird-support and in firebird architect.
And also search for : "metedata update in multiconnection - issue" in
firebird-support.
Modified file is "dfw.epp" and it is uploaded at
"http://groups.yahoo.com/group/Firebird-Architect/files/" search for
dfw.epp and download it. Mymodification can be found with in the tag
//<multi connection meta data handling - START> and //<multi
connection meta data handling - END>
S.Karthick
--- In firebird-support@yahoogroups.com, "Daniel Jimenez"
<d.jimenez@c...> wrote:
I hope problem is due to "multi connection meta data update" constraint.
In firebird when there are multiple connection (more than one) to
same Database. Create foreign key will throw this error. Foreign key
can be created when there is single connection.
Firebird have this due to its design constraint. When there are more
than one connection notification between differrent process(In classic
server for each connection a sperate process will be spawn) is an
problem in classic server mode. so what they have this constraint. But
I don't get why they have this constarint even for super server.
I modified the code (commeneted out the exclusive connection check
in firebird source and rebuilt the firebird for my application).
For more information search for topic "Modified code - multi
connection Meta data update" firebird-support and in firebird architect.
And also search for : "metedata update in multiconnection - issue" in
firebird-support.
Modified file is "dfw.epp" and it is uploaded at
"http://groups.yahoo.com/group/Firebird-Architect/files/" search for
dfw.epp and download it. Mymodification can be found with in the tag
//<multi connection meta data handling - START> and //<multi
connection meta data handling - END>
S.Karthick
--- In firebird-support@yahoogroups.com, "Daniel Jimenez"
<d.jimenez@c...> wrote:
> Hi,generated suing
>
> I am having some problems with a DDL Statement which I have
> Database Workbench 2.5.5 for FB 1.5. When I run the extracted DDLStatement
> the only way I can get it to work, is by removing the FK constraints,use. I have
> otherwise I get an error stating the that the parent table is in
> also tried placing the FK constraints into a separate DDL statement anderror.
> running once I have run the main DDL statement, but I get the same
>not the
> I was hoping someone may have come across the same problem, or may
> reason for this error.
>
> Thank you
>
> danieL
>
> ____________________________
> Comvision Pty. Ltd.
>
> www.comvision.net.au