Page 1 of 1

DatabaseExists is not supported by the provider

Posted: Tue 20 Jul 2010 14:58
by m4tthall
Hi,

I am trying to do some code-first development with the Entity Framework using the dotconnect for Oracle provider. However, I am getting the error "DatabaseExists is not supported by the provider". I am assuming this, as the error suggests, isn't implemented by the provider. Is there plans to do so?

Thanks

Posted: Thu 22 Jul 2010 12:08
by AndreyR
Unfortunately, we do not provide support for the DatabaseExists method in dotConnect for Oracle at the moment.
We are investigatng the possibility to implement this functionality, but no timeframe can be provided.

Posted: Fri 08 Oct 2010 14:20
by AndreyR
We have implemented the stub methods returning true for all providers for the Entity Framework CTP 4 support.

Posted: Wed 13 Oct 2010 14:31
by jesuissur
AndreyR wrote:We have implemented the stub methods returning true for all providers for the Entity Framework CTP 4 support.
Does this mean you now support code first? If so, is this implementation already available?

Thank you
Phil

Posted: Wed 13 Oct 2010 15:01
by AndreyR
Yes, this functionality is available since the 5.70.170 build of dotConnect for Oracle.
However, the SetInitializer workaround mentioned here is still necessary.