Hello,

Just to make sure what I can do and what I can not do; what versions of 
embedded database engines can I use with the 2.5.2 .net provider?

I seem to have ran into an issue of how the EF inserts data compared to the 
sequence of the datagridview... for instance:

On the datagridview the sequence is:
a
b
c
d
e
f

And in the database/table the correct identity column sequence is listed as:
c
b
a
f
e
d

All I am doing is calling .SaveChanges()

This is with the fbembed.dll version of 2.5.0.25920.

Should I be targeting another build or version?

Just going through the basics of what I should be targeting, compatibility 
(since I'm new to EF) etc.

Thanks
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to