devart Questions
15
Solved
My connection strings are as follows:
<add name="RollCallDBEntities" connectionString="metadata=res://System.Engine/RollcallNS.csdl|res://System.Engine/RollcallNS.ssdl|res://System.Engine/Rollc...
Babushka asked 21/8, 2013 at 7:59
1
I've recently been dealing with some performance problems and am trying to figure out how to exponentially increase the performance of some calls to an Oracle DB.
Technologies:
.NET Core 2
Oracl...
Hochman asked 5/6, 2018 at 0:44
3
Solved
I'm using Entity Framework Core 2.1.4 with Oracle 11 database and Devart.Data.Oracle.EFCore provider.
Database first approach.
I want to get from sequence value for ID column (primary key) on inse...
Girand asked 17/10, 2018 at 11:31
5
Solved
How to add Devart's Code Compare as custom diff & merge tool within Sourcetree?
Benedikta asked 30/1, 2015 at 9:29
2
Solved
I'm getting Nullable object must have a value after checking for null on a regular object, after a null check. I've found various questions, mostly regarding linq-to-sql, having the same problem bu...
1
Solved
Why does not Oracle ODP recognize the parameter Unicode=true and Devart's Provider does?
WHen I have data containing the string : "ñãõ,éóúý" , my asp.net application shows "???,????" if I'm using ...
Smasher asked 3/4, 2013 at 15:59
1
Solved
a few days back i was trying the new ORM for delphi from Devart called EntityDAC, well i was reading the docs specific the LINQ part, when i saw something like:
Linq.From(Emp).Where(Emp['Sal'] >...
2
Solved
I have a package in oracle 11g as follow:
CREATE OR REPLACE PACKAGE "HRS.PKG_TRAINING_SP" as
TYPE T_CURSOR IS REF CURSOR;
procedure GETPERSONNELTRAINIGLIST(
personnel_Id_in in string,
base_date...
Fyke asked 23/2, 2014 at 7:50
3
Solved
I am developing a rich client application that will use the Entity Framework (with DevArt's DotConnect for Oracle) to connect to a central Oracle database. However, I have found that this scenario ...
Borsch asked 14/1, 2009 at 19:2
1
Why does .NET Entity Framework produce SQL that uses a subquery and left outer join on a simple 1-to-1 relationship? I expected to see a simple join on the two tables. I'm using Devart Dotconnect f...
Filipe asked 17/3, 2010 at 0:49
2
Solved
I have a postgresql database with postGIS and I'm using entity framework with dotconnect 6.7 for postgreSQL.
With the following table in my database:
CREATE TABLE geo
(
the_geom geometry,
id i...
Diophantus asked 29/7, 2013 at 10:33
1
Solved
This is a follow-on from this question really:
Moving From LINQpad to a Proper Visual Studio Project?
..but I'm not able to get it to work properly.
An answer to that question suggestions dumpin...
3
Solved
I have an Oracle database that I access using Devart and Entity Framework.
There's a table called IMPORTJOBS with a column STATUS.
I also have multiple processes running at the same time. They e...
Farfamed asked 27/2, 2013 at 15:36
2
I am facing a problem that drives me crazy for couple of days now, hoping someone can help me.
Here it is ;
I'm using EF4 with oracle database, using dotConnect for oracle from devart as provider....
Palatinate asked 5/3, 2012 at 12:32
3
Solved
I am using DevArt's dotConnect and Entity Developer for my application. I've created the tables using the Entity-First feature.
I notice that many of the column types are set to CLOB. I only have ...
Leastways asked 20/4, 2011 at 13:42
1
Solved
Can somebody tell me, why does Linq to Entities translate many to 1 relationships to left outer join instead of inner join? Because there's referential constraint on DB itself that ensures there's ...
Disharmonious asked 22/3, 2010 at 9:3
6
Solved
I'm using LINQ to Entities to display paged results. But I'm having issues with the combination of Skip(), Take() and OrderBy() calls.
Everything works fine, except that OrderBy() is assigned too ...
Buchholz asked 22/3, 2010 at 16:22
2
Has anybody done a comparative analysis of dotConnect for Oracle from DevArt and the ADO.NET data provider from DataDirect.
We are thinking of using the Entity Framework support available in these...
Nemhauser asked 23/11, 2009 at 7:54
1
© 2022 - 2024 — McMap. All rights reserved.