Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
44 views

I'm looking to set up GitLab runners with the two different versions of Devart dotConnect at the same time. Most of our company projects have been updated to version 8.1.151.0, but some older projects ...
Keshav's user avatar
  • 23
0 votes
1 answer
111 views

I would like my dataset to not fetch the data as soon as it is opened. I set FetchAll := False but I can see in the MySQL server logs that it still does a SELECT *. How can I actually stop it from ...
John John's user avatar
  • 383
0 votes
1 answer
113 views

I'm working on a local build application that requires DevArt dotnet Connect for Postgres. I'm trying to set up the build pipeline in Azure DevOps, but I can't find the extension for Postgres in the ...
valpravin's user avatar
-1 votes
1 answer
168 views

I am trying to restore a database which I use in a Delphi program. When I try to do the restore, it doesn't show any errors and the T-SQL code passes, but there is no change in the database that I am ...
Ineffable21's user avatar
0 votes
1 answer
414 views

I have been trying to use the Devart Postgres EFCore library as this is used at the company I work at. The NpgSql lib works fine with Mass Transit from what I can tell. However I almost immediately ...
Captain John's user avatar
  • 2,011
0 votes
1 answer
1k views

I'm having a problem when I insert a Guid value in an Oracle database (raw(16) field). I'm using the Devart library in my C# application to record records. The error occurs randomly because I use Guid....
Leonardo Souza's user avatar
1 vote
2 answers
151 views

Having a very difficult time determining the root cause of this bug, not sure if its a devart connector issue or what. I have two queries that are simply generating a list of data and outputting in a ...
99823's user avatar
  • 2,457
2 votes
1 answer
92 views

I am using dotConnect for MySQL product of Devart. MySQL database structure likes this: I am getting data like this: public int user_id { get; set; } = 2; public string lang { get; set; } = "en&...
Johnny Wind's user avatar
0 votes
1 answer
169 views

Do we have any bulk copy or bulk insert mechanism into PostgreSQl by using dotConnectForPostgreSQL provider from C#? I am trying to insert the data(multiple sheets with lakhs of records) from xlsx to ...
Goli Someshwar's user avatar
0 votes
2 answers
224 views

When running the LINQ Query below against Oracle 11g instance, it will throw an OUTER APPLY not supported error. var shipmentDetails = ( from r in _db.XXF_SHIPMENT_DETAILs where r.SHIP_TO == ...
Geovani Martinez's user avatar
0 votes
0 answers
104 views

I use the Devart SecureBridge components Pack to connect to firewall (cisco, srx...) using SSH. I use the TScSSHShell.WriteString to execute commands and then monitor the result on the OnAsyncReceive ...
David's user avatar
  • 1
1 vote
1 answer
361 views

I'm having an issue getting Devart.Data.MySQL set up as an Entity Provider. What I have reached so far is this App.config: https://paste.mozilla.org/Q81ctALe But all that does is throw this exception: ...
Martin's user avatar
  • 63
-1 votes
1 answer
218 views

I'm trying to create a MVC5 webapp, Asp.Net.Identity.Core (2.2.3), using DevArt MySQL drivers along with DevArt MySql Identity (8.21.2066.0) and EF 6 I'm having a concurrency issue when trying to add ...
Bob Randolph's user avatar
0 votes
1 answer
107 views

I know I can get the table name that recently changed using Devart MysqlDependency by using the following code. void dependency_OnChange(object sender, Devart.Data.MySql.MySqlTableChangeEventArgs e) {...
Hamreen Ahmad's user avatar
1 vote
1 answer
144 views

The EFCore documentation is very specific on what to do, to migrated an EF based codebase to EFCore https://learn.microsoft.com/en-us/ef/efcore-and-ef6/porting/ . However, I could not find advice on ...
MatBab's user avatar
  • 11
0 votes
0 answers
128 views

The purpose is to intercept queries to and from the database where if a certain column is detected it would encrypt/decrypt the value, for example an SSN column. We're using EF6 with Devart MySQL. I'...
johnsabre's user avatar
  • 353
0 votes
2 answers
489 views

I am experiencing a non normal memory consumption from my application written in Delphi 10 Seattle. It is a client server fat client type of application using SDAC's Devart as DB component. I am not ...
UnDiUdin's user avatar
  • 15.5k
3 votes
1 answer
495 views

When upgrading my C# project from using Visual Studio 2019 to Visual Studio 2022, I get a runtime error of "System.Data.Entity.Core.MetadataException: 'Unable to load the specified metadata ...
Bennett Bishop's user avatar
3 votes
0 answers
1k views

For context, I'm in the process of migrating our EF6 Db Context to EF Core 3. Why EF Core 3 only? Currently we're not able to upgrade to the latest EF Core version because of project constraints. We'...
Aj Grandeza's user avatar
0 votes
0 answers
665 views

I have a TUniQuery in Delphi, using the DevArt component. This works fine, and I can assign values using syntax like qry1.Fields[1].AsString. But to avoid absolute indexing of database fields I would ...
MyICQ's user avatar
  • 1,176
1 vote
1 answer
142 views

I have a record which contain a number in certain field: 25.99. Whenever I select this record using Devart DotConnect from my C# code it returns me 25.990000000000002. Therefore, my update statement ...
mannok's user avatar
  • 1,868
2 votes
1 answer
173 views

I have this LINQ query: from sol in context.SalesOrderLines join mpso in context.MulticlientsoParentChildsoRelations on sol.orderid equals mpso.parentsalesorderid into lmpso from mpso in lmpso....
Daumantas Drukteinis's user avatar
0 votes
1 answer
301 views

The Update-Database -script command generates an incomplete sql. The weird behavior is that the missing output from sql is dumped in the Package Manager console. Example migration: public partial ...
Infinity's user avatar
2 votes
1 answer
1k views

I'm using Devart with Oracle database 10g and Entity Framework Core 5 and I'm trying to create the models from database with Scaffold-DbContext: dotnet ef dbcontext scaffold "User Id=proj1;...
littleO's user avatar
  • 43
0 votes
0 answers
88 views

Simple question but I cant do it. I want something like this: List<DateTime> date_range = (List<DateTime>)reader.GetPgSqlArray("date_array"); there is "date_array" ...
Инк Огнито's user avatar

1
2 3 4 5
8