zzz projects Entity Framework 6 EF 6
Home EF Core Articles Knowledge Base Online Examples
  • Home
  • EF Core
  • Articles
  • Knowledge Base
  • Online Examples

Entity Framework 6 - Knowledge Base (KB)

10 results in tag: db2

Is it possible to use Entity Framework with a DB2 iSeries AS/400

Im new to Microsoft entity framework and wonders if it's possible to use this framework with a DB2 iSeries AS/400? Are there any problems at all when working with this kind of "legacy systems"? and the EF framework?
db2 entity-framework ibm-midrange
asked by Jonas

Problems adding object to database in Entity Framework

I have the following code trying to add an object to the database:...public static void saveAudit(List<AUDIT> audit) { Entities dao = new Entities(); foreach (CMUAUDIT a in audit) { dao.CMUAUDITs.AddObject(a); } dao.SaveChanges(); } ...However ...
.net asp.net-mvc c# db2 entity-framework
asked by stats101

DB2 queries get occasional SQL0925N: Processing cancelled due to interrupt error

I have a .Net application which interacts with a DB2 database (Entity Framework, not sure if that detail is important). ...Occaisionally... I will get the following error on queries:...ERROR [57014] [IBM][DB2] SQL0952N Processing was cancelled due to an...
.net db2 entity-framework sql
asked by Borophyll

Entity Framework for DB2

I need to setup Entity Framework to work with a DB2 database. The main reason is to have nice object model instead of data sets and stored procedures....The questions I have:...Does the version of EF matter? I'd like to use v6 but so far I found only refe...
db2 entity-framework
asked by Yuriy Frolov

EntityFramework.IBM.DB2 can't connect to db2

I'm trying to connect to a db2 instance using EF6 and the new IBM Entity Framework data provider found ...here...have added the provider to the app config: ...<providers> <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServ...
db2 entity-framework entity-framework-6
asked by dpix

Generating an EDMX from a DB2 Database

I'm trying to create an EDMX file using VS2013 so I can read/write from a DB2 Database. I go through the same process as creating the EDMX from my SQL tables (Right click on project -> Add New Item -> ADO.NET Entity Data Model -> EF Designer from database...
c# db2 edmx entity-framework-6
asked by Jerry Evanoff

Accesses DB2 with entity framework 6 on visual studio 2015

I'm trying to access DB2 V10 over z/OS via visual studio 2015 and entity framework 6....After some research i found some promising article - ...http://www.ibm.com/developerworks/data/library/techarticle/dm-0903linqentity/...However the example used is for...
add-in db2 entity-framework-6 visual-studio-2015
asked by Ramu

IBM Data Server EF 6 Provider for Entity Framework 6 - Limitations - Possible Workarounds

I have downloaded EntityFramework 6 and EntityFramework.IBM.DB2 (6.0.1) available on nuget.org and also installed IBM add-in for visual studio 2015....During EDMX creation i'm getting the below error (which is already specified in the readme.txt file afte...
db2 edmx-designer entity-framework-6 visual-studio-2015
asked by Ramu

IBM DB2 Entityframework issue

Please help if you know how to fix this issue. ...VS 2015 Nuget Package manager Installed - EntityFramework 6.1.3 + IBM DB2 EntityFramework 6.0.6 EDMX file created from database. ...Getting error on...public partial class dbb1Entities : DbContext { ...
db2 entity-framework-6 visual-studio-2015
asked by AlpPru

How to get EF6 to work with DB2 in Visual Studio 2017

I've read numerous articles and posts here about getting Entity Framework to work with DB2 but all of them reference prior versions of Visual Studio. When I repeat the steps outlined (too many to remember at this point), I still do not have DB2 in the da...
db2 entity-framework-6 visual-studio-2017
asked by SonOfPirate

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...

Related

  • EF Extensions Online Benchmark
  • WIN an EF Extensions license
  • EF6 BatchSaveChanges for only $79
Save your entities 20× faster with EF Extensions
SaveChanges vs BulkSaveChanges

EF Extensions
Try for free now
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!