Top "Dotconnect" questions

dotConnect is an enhanced database connectivity solution built over ADO.

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 …

oracle oracle11g devart dotconnect
Large SQL transaction: runs out of memory on PostgreSQL, yet works on SQL Server

I have decided to move my C# daemon application (using dotConnect as ADO.NET provider) from SQL Server 2008 R2 to …

sql sql-server postgresql dotconnect
Why is a DataRow recognized in one part of a method but not another (how can I dynamically add DataRows)?

With this code: OracleDataTable dt = PlatypusSchedData.GetAvailablePlatypi(); OracleDataTable outputDt = new OracleDataTable(); int iRows = 12; while (iRows > 0) { outputDt.Rows.Add(new …

c# winforms oracle dynamic dotconnect
Connection pool management

I'm developing a high load web service that would provide as fast response as possible. The service should keep a …

c# .net oracle connection-pooling dotconnect
Why does my DataGridview refuse to refresh?

I'm updating a row in a table. A subset of the table is shown in a DataGridView. When I update …

c# .net oracle datagridview dotconnect
Database connection string and collation

Is it possible to set connection collation within MySql connection string and how, since there's a default setting on the …

mysql asp.net-mvc-2 connection-string collation dotconnect