Tagged Questions

Devart is a software development company specializing in native data access solutions, tools and database tools for the most popular databases, including MS SQL Server, MySQL, Oracle, PostgreSQL, InterBase, Firebird, and SQLite.

learn more… | top users | synonyms

9
votes
6answers
993 views

Can we control LINQ expression order with Skip(), Take() and OrderBy()

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 ...
6
votes
3answers
1k views

CLOB vs. VARCHAR2 and are there other alternatives?

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 ...
6
votes
2answers
1k views

Linq to Entities and LEFT OUTER JOIN issue with MANY:1 relations

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 a ...
5
votes
2answers
2k views

DevArt's dotConnect for Oracle vs DataDirect's ADO.NET data provider

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 ...
4
votes
2answers
341 views

Delphi: How to get the query that is passed to the server when parameters are used

I have a query with parameters inside a Devart TMSQuery.SQL. Something like select * from customers where customer = :CustomerID in code I do // Delphi ...
3
votes
1answer
278 views

Devart MySQL 6.10.96 or MySQL Connector 6.3.6?

Just wondering whether anyone has any views on whether DevArt MySQL is > MySQL Connector ? In the past, when I have used MySQL - the MySQL Connector really sucked for C# ASP.NET development work. Can ...
3
votes
2answers
983 views

OUTER APPLY is not supported by MySQL

I am using Entity Framework with MySQL. The following query results an error: var foobar = ctx.ArticleBase.OfType<ActicleSpecial>().Include("CreatedBy.Image.Location").ToList(); Error: "OUTER ...
3
votes
2answers
685 views

Are there any .NET data providers for Oracle that do not require the Oracle Client to be installed?

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 ...
2
votes
1answer
57 views

Poor performance getting clob field from Oracle in .Net

I am trying to read a clob column from oracle in .Net and observing very poor performance and lots of network traffic. I have tried ODP+OCI, devArt+OCI ways to access the data with the same results - ...
2
votes
2answers
109 views

Entity Framework translating number(1) to Boolean help?

Im using Devart dotConnect for Oracle - Entity Framework + .NET 3.5. When i create the Entities, the framework change those colums type number(1) into bool. I read that it is a feature of every kind ...
2
votes
3answers
125 views

Is it possible to take a snapshot of a dataset?

IN my application I use DBAware components exclusively (except a few places). I have a scenario in which I create a Master dataset (e.g. customer), detail dataset (e.g. Orders), subdetail dataset ...
2
votes
2answers
438 views

Entity Framework join nullable join columns

My Devart Entity Framework provider takes the following linq to entities. from p in context.BEAT_CONTACT join cl in context.COMPASS_LOCATIONS on p.GAZETEER_KEY equals cl.GAZETTEER_KEY //on new { ...
2
votes
2answers
293 views

Using Devart or NHibernate

Dear All I have project which manage so much data. sometimes I must show data almost 1 million row. If I have 2 choice to solve it and I want to make it more faster when show data what technologies ...
2
votes
2answers
883 views

Using VCL for the web (intraweb) as a trick for adding web interface to a legacy non-tiered (2 tiers) Delphi win32 application does make sense?

My team is maintaining a huge Client Server win32 Delphi application. It is a client/server application (Thick client) that uses DevArt (SDAC) components to connect to SQL Server. The business logic ...
1
vote
0answers
53 views

Entity Framework EDMX file size disproportional big (many megabytes)

This morning I used the Entity Framework designer to update my model from the database to select a single table. Out of nothing thousands of lines of XML were added to storage model of the EDMX file ...
1
vote
1answer
92 views

Telerik's OpenAccess ORM and DevArt's dotConnect for Oracle

Has anyone tried to connect to an Oracle DB using DevArt's dotConnect data provider among with OpenAccess ? OpenAccess works excellent with Oracle.DataAccess.Client, but how about dotConnect? Is it ...
1
vote
1answer
49 views

Deploying Devart EF Odata app to a Server - cannot find Framework Data Provider

I followed the simple tutorial @ http://www.devart.com/dotconnect/oracle/articles/Tutorial_EF.html (Which works perfectly, btw) combined with ...
1
vote
2answers
270 views

Is Raise error is not working in Unidac Components with Sybase 12.5 Client Libraries

We are using Unidac Stored Proc Component in Delphi 10 with Sybase 12.5 drivers In Sybase proc we are raising error like below,i found it is retruning back but it not showing error message.Isthis ...
1
vote
1answer
149 views

Devart “Error on executing DbCommand.”

Hi i've this kind of exception using Devart. I'm calling a store procedure in MySql. The Store procedure function if i call it by DB. using (dc = conn.GetContext()) { result = ...
1
vote
2answers
180 views

How can I use custom expressions in DevArt LINQ to Entities and also use query comprehension syntax?

I've got a situation where I need to use a custom expression in a LINQ to Entities query (because I want to have custom logic that L2E wouldn't otherwise understand: var query = ...
1
vote
2answers
101 views

How can I determine the database usage of a SQLite database?

In SQLite the size of the database file is the overall size of the database, but this is not necessarily a correct indication of the actual space used. If data is deleted, the freed space is not ...
1
vote
1answer
620 views

Call Oracle stored procedures using devart dotConnect

I'm new in Entity Framework and trying to call oracle stored procedures, but without success. So Here is my question: How to call oracle stored procedures using devart dotConnect? For example, I ...
1
vote
3answers
349 views

Have a problem with EF 4.0 and ObjectStateManager (i think)

I have a serious problem, i have an unique key on field in db, I use Oracle(Devart Provider). First time i preform an Insert -> (_objectSet.Add(entity)) via my repository it's ok, BTW: I use Code ...
1
vote
2answers
330 views

Distributed transaction already begun “ORA 02046 ” when I use Link

I have a very big problem for me appears with a few steps when I use devart to connect to Oracle. Select on the following view in Oracle Code: create or replace view Test_View as select ...
1
vote
1answer
251 views

Linq to Entities control table name resolution at runtime

I've implemented a content management system that deals with a certain kind of object, and now the client has introduced another kind of object, whose structure and behavior is exactly the same, but ...
1
vote
1answer
215 views

license not found issue devart postgres sql

i have developed an app using the devart dot connect control. I have deployed on the server, using iis. However, whenever i try to do anything with the database i get the license not found error. I ...
1
vote
2answers
624 views

EF4 Oracle Identity Insert

Does anyone know if its possible to call an oracle's sequence.NextVal from ef4 without using StoredProcedure? I have an Oracle db from a client which I cannot modify, so stroedproc are not an option ...
1
vote
0answers
433 views

Problem with Timestamp using .Net entity framework and Devart dotConnect for MySQL

I have the following table in my MySQL database : CREATE TABLE IF NOT EXISTS Benutzer ( Id INTEGER PRIMARY KEY AUTO_INCREMENT, Login VARCHAR(20) NOT NULL, ...
1
vote
1answer
158 views

Writing larg BLOB throws InvalidOperationException

I am having trouble writing large blobs to a MySQL-Database using the .net entity-framework. Blobs < 1MB work fine. If I try to write a blob > 1MB a InvalidOperationException with text "Connection ...
1
vote
1answer
328 views

How to access the search text in a TCRDBGrid component?

Is there a way to access the text entered in a Devart (Core Lab) TCRDBGrid search bar? I tried implementing the OnKeyDown event but the event didn't happen during entry in the search fields, only ...
1
vote
0answers
425 views

Entity Framework - Why does EF use LEFT OUTER JOIN's in a 1-to-1 relationship?

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 for ...
1
vote
1answer
376 views

How to Install DBMonitor

This is probably a really simple question, but here it is. I just renewed my license for the DevArt DBExpress driver for Firebird. The help file says I can use their freeware DBMonitor application ...
1
vote
2answers
828 views

OracleClient to devart dotConnect for Oracle

Has anyone tried migration from Microsoft OracleClient to dotConnect for Oracle? Is it realy so easy (as they wrote at their blog http://www.devart.com/blogs/dotconnect/?p=67) or just another ...
1
vote
1answer
1k views

Coverting a TMyQuery dataset to TClientDataSet in Delphi

Hi I make use of the Mydac components by devart (corelab) to access MySql from Delphi (2006) Very often I need to work with data in a TClientDataSet What is the best way to convert the dataset of ...
0
votes
1answer
54 views

Compiled queries in Linq to Devart Entity Framework

For Compiled Queries, In LINQ to Object Entity FrameWork basically it allows the queries to compile at one time and then it can be re-used without compiling another time. For Example: using using ...
0
votes
1answer
79 views

Error when connecting unidac 4.0.1 with sqlite database

I'm delphi user, i got problem when try to connect sqlite with my unidac 4.0.1 component. I've dropped TUniConnection, Sqlite uniprovider, setting client library at specification property, but it ...
0
votes
1answer
36 views

Porting from ODP.NET to dotConnect - what's the equivalent of the OracleParameter.CollectionType property?

I'm porting a bunch of code from the ODP.NET drivers to DevArt dotConnect for Oracle. I ran into the following code that no longer compiles: OracleParameter parameter = new OracleParameter("state", ...
0
votes
2answers
121 views

How to pass NULL value from Unidac Query component in Delphi?

When I am using StoredProc component in Delphi using ParamByname('ParamName').Clear I'm able to send NULL value. But how can I pass NULL value when using a Query component? with Query do begin ...
0
votes
1answer
91 views

Keep valid DB connections alive without native pooling

Is there any way to keep DB connections open and ready to use in runtime? Our WCF service should keep connections that way. Now we have code that looks similar to this piece of code: // This is the ...
0
votes
1answer
230 views

Devart Oracle Entity Framework 4.1 performance

I want to know why Code fragment 1 is faster than Code 2 using POCO's with Devart DotConnect for Oracle. I tried it over 100000 records and Code 1 is way faster than 2. Why? I thought "SaveChanges" ...
0
votes
2answers
219 views

Enyim Serialization Error Linq

I'm using Devart to execute DB object and Store Procedure mapping. Now i want to store in cache (using Enyim by MemCached) a Store Procedure object result. When i'm trying to do that i have this ...
0
votes
0answers
142 views

Devart liqconnect and transactionscope - insert many rows (20 000 - 30 000)

I use free version of linqconnect http://www.devart.com/dotconnect/oracle/articles/tutorial_linq.html from devart in my WPF app. I would like use use tranasaction with linqconnect because I insert ...
0
votes
0answers
65 views

How can we define program_name for a delphi executable file?

How to set the program name on sybase connections using ODBC? Am using Delphi Sybase with Devart-Unidac drivers. Currently am getting it as Null,basically our db wont allow to login if the program ...
0
votes
2answers
115 views

Adding postgresql function in Devart Entity Model

I'm trying to import a postgresql function in an devart entity model, where I want to return a "custom" table, but I just can't get it working I define my function like this: CREATE OR REPLACE ...
0
votes
1answer
187 views

Entity Framework, Oracle, DevArt, Context#ExecuteStoreQuery: System.Int32 constructed as System.Double?

I have an Entity-class having a Property of type Int32: on generating DDL using DevArt for ORACLE a NUMBER(10) column is generated. Reading and writing instances works flawlessly. However, on ...
0
votes
1answer
122 views

Devart T4 Editor Supporting Additional Extensions

Does anyone know if it is possible to associate the Devart T4 Editor for Visual Studio add-in to additional file extensions. I am currently creating some custom MVCScaffolding T4 templates and their ...
0
votes
2answers
159 views

Devart InsertAllOnSubmit doesn't update db generated fields

I'm using Devart's Linq to Oracle components. I've got a table with a field that's updated via a sequence in the database. This works fine when inserting one row: Dim db As New DataContext ...
0
votes
2answers
369 views

Entity Framework, devArt, and Oracle VarChar params

Hello: I am using devArt's Oracle Connect to work with Entity Framework 4.1 POCO's and Oracle. I have a problem with certain queries where the Oracle column type is Char (fixed-length). The ...
0
votes
1answer
133 views

Does dotConnect for SQLite support Mono?

Does the dotConnect provider for SQLite from Devart support Mono? Google seems to say it does, but their own compatibility page says it does not. I'm looking to use Code First on Mono with SQLite.
0
votes
3answers
360 views

EF4 Code only ctp5: how set connectionstring devart oracle?

hi i have devart oracle provider 6(BETA), and want use code only ctp5...how i can set connectionstring for oracle?i started now with Code only and i need use oracle, anyone can help me?

1 2