dotconnect Questions
2
Solved
I am using dotConnect driver for connecting to oracle database but i always get this error when i want to use parameters: ORA-00936: missing expression
CODE:
using (var cmd = conn.CreateCommand()...
Lorileelorilyn asked 6/9, 2011 at 8:17
2
Solved
Is it possible to set connection collation within MySql connection string and how, since there's a default setting on the server that's used for new connections.
Two things I can't do:
Can't cal...
Luteal asked 25/1, 2010 at 13:25
1
We are creating a WebApi 2.2 service and are using the technologies listed above. Our backend datastore is MySql 5.6. We are using dotConnect for MySql to work with the data store. In the database,...
Washedout asked 7/8, 2014 at 16:28
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
2
Solved
With this code:
OracleDataTable dt = PlatypusSchedData.GetAvailablePlatypi();
OracleDataTable outputDt = new OracleDataTable();
int iRows = 12;
while (iRows > 0)
{
outputDt.Rows.Add(new Data...
Allseed asked 22/8, 2012 at 21:46
3
I'm updating a row in a table. A subset of the table is shown in a DataGridView. When I update the row, the change is not reflected in the DataGridView. Even though I'm calling
DataGridView.Invali...
Cecelia asked 20/3, 2012 at 16:17
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
1
Solved
I'm developing a high load web service that would provide as fast response as possible. The service should keep a bunch of connections to various databases for faster performance. I'm suggesting us...
Dessalines asked 7/10, 2011 at 3:19
3
Solved
I have decided to move my C# daemon application (using dotConnect as ADO.NET provider) from SQL Server 2008 R2 to PostgreSQL 9.0.4 x64 (on Windows Server 2008 R2). Therefore I slightly modified all...
Pyrethrum asked 4/6, 2011 at 17:46
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.