dotConnect is an enhanced database connectivity solution built over ADO.
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 dotconnectI have decided to move my C# daemon application (using dotConnect as ADO.NET provider) from SQL Server 2008 R2 to …
sql sql-server postgresql dotconnectWith this code: OracleDataTable dt = PlatypusSchedData.GetAvailablePlatypi(); OracleDataTable outputDt = new OracleDataTable(); int iRows = 12; while (iRows > 0) { outputDt.Rows.Add(new …
c# winforms oracle dynamic dotconnectI'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 dotconnectI'm updating a row in a table. A subset of the table is shown in a DataGridView. When I update …
c# .net oracle datagridview dotconnectIs 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