Access violation when closing database connection
Access violation when closing database connection
I have upgraded to 3.10.0.8 version. Every time I close database connection an error message occur:
Access violation at adress 06660EF5 in module ibdac100.bpl. Read of address 449200FC
Unknown ISC error 0
Firebird 2.1.3.18
Delphi Turbo
Access violation at adress 06660EF5 in module ibdac100.bpl. Read of address 449200FC
Unknown ISC error 0
Firebird 2.1.3.18
Delphi Turbo
Well, I uninstalled 3.10.0.8, rebooted machine, would like to install back 3.10.0.7 version
but .. it's impossible.
Setup has detected already installed DAC packages which are incompatible with current version.
Please uninstall DAC products.
Is there a second uninstaller I don't know about ?
Any hints ?!
but .. it's impossible.
Setup has detected already installed DAC packages which are incompatible with current version.
Please uninstall DAC products.
Is there a second uninstaller I don't know about ?
Any hints ?!
Thanks. I've installed 3.10.0.7 successfully. My first success with IBDAC this week. Everything works all right again.
I can't send you "a complete small sample that demonstrates the problem, including the script for creating database objects" because it's too big project and it's definitely not the source of the problem. When I open the project in Delphi IDE with DAC 3.10.0.7 evrything works as it should to, after upgrading to 3.10.0.8 I can't close database connection in object inspector without generating errors. After compliling and building the errors remain in exe file.
Next question I ask myself is IBDAC a proper choice for such scale project...
I can't send you "a complete small sample that demonstrates the problem, including the script for creating database objects" because it's too big project and it's definitely not the source of the problem. When I open the project in Delphi IDE with DAC 3.10.0.7 evrything works as it should to, after upgrading to 3.10.0.8 I can't close database connection in object inspector without generating errors. After compliling and building the errors remain in exe file.
Next question I ask myself is IBDAC a proper choice for such scale project...
In a new project TIBCConnection works all right.
I tried to replace TIBCConnection in my project with a new one but after setting again connection property for all tables, queries and stored proc components the errors continue.
How many components may be connected through one TIBCConnection ?
Is there any limitation ?
I tried to replace TIBCConnection in my project with a new one but after setting again connection property for all tables, queries and stored proc components the errors continue.
How many components may be connected through one TIBCConnection ?
Is there any limitation ?
Yeeees! This is the right answer
Thanks a lot, Plash.
There's one more question
When the application starts it opens about 80 tables. So far it lasted 5-10 seconds, now it takes ages (or more) or the application hangs dead. I don't say it's because of IBDAC
but can't find the reason (I didn't change anything related to tables last week)
.. ??

Thanks a lot, Plash.
There's one more question


.. ??