Dear all,

I am a bit new in the C# .net world and I try to use (for evaluation purpose) 
the entityframework with a firebird database.
However I have some problem to update my firebird database after generating a 
edmx.sql file from my entity model under Visual studio 2010. May be someone 
could help me.

I Install DDEX (I did follow the tutorial) and I am currently able to connect 
one of my firebird through VS2010 (this database appear in the server view and 
I do have access to the tables and view, sql execution to create table is 
working fine). I also did a small example for using ADO and it is working fine. 
But when i try to use the entityframework from microsoft I am not able to 
execute de edmx.sql file (I did generate from my entity model in vs2010 
specifiying I am using a firebird database connection during the generation) 
because I am not able to connect a firebird database to execute the edmx.sql 
file. If I using a SQL server Database I do not have problem. So I guess 
Microsoft does not allow other connection to another type of DB such as 
firebird. if it is true

so I do have several question about the process for updating my database:
- Can I use the edmx.sql file generated from vs2010 to update the firebird 
database with the new entities or should I use edmgen.exe to do so?
- how can update my firebird database from my edmx.sql file? Should I use 
external tools or edmgen?

I hope having being clear

Thanks a lot for your help

D.
------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to