Search found 1472 matches

by MariiaI
Fri 11 Mar 2016 10:48
Forum: LinqConnect (LINQ to SQL support)
Topic: Using an entity table as model in query
Replies: 3
Views: 2278

Re: Using an entity table as model in query

Please send us a test project with the necessary DDL scripts, so that we are able to investigate your scenario in more details. This will significantly speed up the process of finding the solution for you.
Please also tell us the exact product you are using (LinqConnect or dotConnect for Oracle) and its version.

Looking forward to your reply.
by MariiaI
Fri 11 Mar 2016 10:46
Forum: LinqConnect (LINQ to SQL support)
Topic: .ExecuteQuery and dbMontior
Replies: 1
Views: 2211

Re: .ExecuteQuery and dbMontior

We couldn't reproduce this behaviour with simple queries, such as "select * from...", etc.
If possible, please send us a complete test project with the necessary DDL scripts, with which this issue is reproducible. This will significantly speed up the process of determining the cause of the issue and finding the solution for it.
Please also tell the exact product you are using (LinqConnect or dotConnect for Oracle) and its version.

Looking forward to your reply.
by MariiaI
Fri 04 Mar 2016 10:28
Forum: dotConnect for Oracle
Topic: Could not load file or assembly 'Devart.Data.Linq'
Replies: 9
Views: 3700

Re: Could not load file or assembly 'Devart.Data.Linq'

Are we able to install both versions of Devart on the deployment server?
Please refer to these forum threads:
http://forums.devart.com/viewtopic.php?f=3&t=33127
http://forums.devart.com/viewtopic.php?f=1&t=30249

Please tell us if this information helps.
by MariiaI
Wed 02 Mar 2016 10:47
Forum: dotConnect for PostgreSQL
Topic: CROSS APPLY causing error
Replies: 7
Views: 2871

Re: CROSS APPLY causing error

The investigation is in progress. We will definitely inform you about the results as soon as any are available.
by MariiaI
Fri 26 Feb 2016 13:21
Forum: Entity Developer
Topic: Looking for code examples of Entity Developer Linq to SQL
Replies: 5
Views: 1954

Re: Looking for code examples of Entity Developer Linq to SQL

We have provided you with a small test project, helpful links and general information regarding working with the standard Microsoft technology - LINQ to SQL.
Unfortunately, your further questions are beyond the scope of our support, we provide support on technical Entity Developer/LinqConnect specific questions.
If you have any questions regarding working with Entity Developer/LinqConnect or encounter any other specific issues, errors with these products, etc., feel free to contact us.
by MariiaI
Thu 25 Feb 2016 13:10
Forum: Entity Developer
Topic: Looking for code examples of Entity Developer Linq to SQL
Replies: 5
Views: 1954

Re: Looking for code examples of Entity Developer Linq to SQL

We are sending you a small test project to the e-mail address you provided in your forum profile. Please check that is not blocked by your mail filter. Please test it and notify us about the results.
If this doesn't help, please describe the issues you are encountering in more details, modify our sample so that the issues can be reproduced and send it back to us, or send us your sample project.

Some useful information:
https://www.devart.com/linqconnect/docs ... lated.html
by MariiaI
Thu 25 Feb 2016 09:28
Forum: LINQ Insight
Topic: Interception
Replies: 1
Views: 24063

Re: Interception

Unfortunately, such scenarios are not supported in LINQ Insight.
by MariiaI
Tue 23 Feb 2016 09:46
Forum: dotConnect for PostgreSQL
Topic: CROSS APPLY causing error
Replies: 7
Views: 2871

Re: CROSS APPLY causing error

Thank you for the report on this. We have reproduced this issue. We will investigate it more clearly and inform you about the results as soon as possible.
by MariiaI
Fri 12 Feb 2016 06:57
Forum: Entity Developer
Topic: Default NULL incorrectly generated
Replies: 2
Views: 1382

Re: Default NULL incorrectly generated

The bug with determination of NULL values as strings while reading metadata for columns with "DEFAULT NULL" via the Database-First approach is fixed (SQLite).

New build of LinqConnect 4.5.930 is available!
It can be downloaded from http://www.devart.com/linqconnect/download.html (trial version) or from Registered Users' Area (for users with active subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=31&t=33202.
by MariiaI
Mon 08 Feb 2016 07:07
Forum: dotConnect for MySQL
Topic: LinqConnect Need To Purchase Separately?
Replies: 1
Views: 1777

Re: LinqConnect Need To Purchase Separately?

does that mean you do not need to purchase a LinqConnect license separately?
Yes, dotConnect for MySQL Professional/Developer Edition includes Entity Developer, which supports LinqConnect and Entity Framework models using the corresponding provider only. E.g. with dotConnect for MySQL Professional/Developer, you will be able to use bundled Entity Developer for creating Entity Framework and LinqConnect models for MySQL databases only.
Please refer to http://www.devart.com/dotconnect/mysql/editions.html.

If this information doesn't help, please specify your goal in more details (which ORM(s) and DBMS(s) you are going to use), so that we are able to recommend you which products to use.
by MariiaI
Fri 05 Feb 2016 10:43
Forum: LinqConnect (LINQ to SQL support)
Topic: MySQL Async / DotConnect Async
Replies: 1
Views: 2146

Re: MySQL Async / DotConnect Async

joshjje wrote:Is there any way to use this or another way to use async with LinqConnect?
No, it is not supported in LinqConnect. We will consider the possibility to add this support, but we can't tell any timeframe at the moment. We will inform you about the results as soon as any are available.
by MariiaI
Tue 02 Feb 2016 12:50
Forum: LinqConnect (LINQ to SQL support)
Topic: Project Outlook Addin and EDML File crashes
Replies: 4
Views: 2242

Re: Project Outlook Addin and EDML File crashes

It would be grateful if you send us the test project and the detailed steps for reproducing the issue (including, the description of the expected and incorrect behaviour).
For example, we've created sample projects with and without LinqConnect model, and the behaviour is the same in both cases.

Also, try attaching one Visual Studio instance (Debug | Attach to Process) to the process of another Visual Studio instance with the project, where the error occurs and send us the full text of the exception (if you'll manage to get one).
by MariiaI
Fri 29 Jan 2016 08:54
Forum: Entity Developer
Topic: Oracle Managed Client
Replies: 8
Views: 4594

Re: Oracle Managed Client

Thank you for the reply.
We are processing your request by e-mail. We will contact you as soon as possible.
by MariiaI
Mon 25 Jan 2016 06:10
Forum: Entity Developer
Topic: Support NHibernate 3.2+ mapping by code
Replies: 17
Views: 5658

Re: Support NHibernate 3.2+ mapping by code

We've sent you "LoquaciousMapping" template to the e-mail address you provided in your forum profile. Please check that is not blocked by your mail filter.
by MariiaI
Fri 22 Jan 2016 12:52
Forum: Entity Developer
Topic: Best place to set DataContext connection string?
Replies: 9
Views: 4167

Re: Best place to set DataContext connection string?

Yes, you can use the partial class and OnCreated() method:
https://www.devart.com/linqconnect/docs ... thods.html

You can also try passing one or another connection string to your data context constructor, depending on where the code is being executed (at the local development machine or at the production server), for example, using the compilation conditions for this:

Code: Select all

        #if DEBUG
                static string connectionString = "data source = localhost; ..."; //put here the necessary connection string
        #else
                static string connectionString = "data source = Mylocalhost; ..."; //put here the necessary connection string
        #endif
This code will determine what connection string to use according to the solution configuration (Debug or Release). And then create your DataContext object using the necessary connection string.
The choice of possible options for such scenario depends on your specific aspects, preferences, etc.

If you have any further questions, feel free to contact us.