Search found 8 matches

by gsogol
Mon 16 Aug 2010 15:29
Forum: Entity Framework support
Topic: Code-First Support
Replies: 10
Views: 2756

Thanks.
by gsogol
Fri 13 Aug 2010 21:05
Forum: Entity Framework support
Topic: Code-First Support
Replies: 10
Views: 2756

In case it helps anyone. I got it working but it seems the schema/table names are case-sensitive. But it looks to be working as long as the initializer does nothing.
by gsogol
Fri 13 Aug 2010 20:24
Forum: Entity Framework support
Topic: Code-First Support
Replies: 10
Views: 2756

Seems like I'm talking to myself here, but setting Database.SetInitializer to something that does nothing now bypasses this particular issue and now I'm getting table or view does not exist. Tried using the schema in .ToTable("Schema.View") and still the same. privileges seem to be fine.
by gsogol
Fri 13 Aug 2010 19:35
Forum: Entity Framework support
Topic: Code-First Support
Replies: 10
Views: 2756

Did everything per ScottGu's article using Devart's provider for Oracle and getting "DatabaseExists is not supported by the provider.". Guessing from the error the provider does not support this method. Any way to tell the framework may be not to use the method, bypass it?
by gsogol
Thu 12 Aug 2010 22:18
Forum: Entity Framework support
Topic: Code-First Support
Replies: 10
Views: 2756

I'm doing some testing myself and following --> http://weblogs.asp.net/scottgu/archive/ ... abase.aspx


Can someone at least point me in the right direction? Which DevArt dlls should I reference? And if I follow something similar as the link above, how will it know to use DevArt's EF for Oracle and not Microsoft's. Please help out and I'll try this out myself and post back the results.

I have a really important and visible project and I need this bad.
by gsogol
Fri 06 Aug 2010 21:26
Forum: Entity Framework support
Topic: Code-First Support
Replies: 10
Views: 2756

I'm assuming you're still testing but just wanted to know how it's looking so far and if you have an approximate date? Just have a project against Oracle and wanted to know if at least the read-only stuff works with code-first.
by gsogol
Wed 28 Jul 2010 16:59
Forum: Entity Framework support
Topic: Code-First Support
Replies: 10
Views: 2756

Any updates on the code-first EF CTP4 with dotConnect for Oracle?
by gsogol
Wed 21 Jul 2010 23:15
Forum: Entity Framework support
Topic: Code-First Support
Replies: 10
Views: 2756

Code-First Support

Does anyone know if code-first is supported, meaning no modeling via Visual Studio designer but doing modeling via the new CTPs? http://blogs.msdn.com/b/adonet/archive/ ... ement.aspx

I'm assuming this devart provides a driver but not sure how it's actually tied together.