Sign in
Data Access Technologies
(Data Access, XML, SSIS, LINQ, System.Data ...)
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Search Form
Tag Cloud
ADO
ADO .NET Sync Service
ADO.NET
ADO.NET Data Services
Attunity
Custom Entity
JDBC
Kerberos
Linked Server
Native Data Access Technologies
NONSSIS
ODBC
OLEDB
Oracle
SAP BI
SPN
SQL CE
SQL Server
SQL Server Connectivity
SQL-CLR
SSIS
SSMA
SYNC Framework
System.XML
XML
Monthly Archives
Archives
March 2013
(5)
December 2012
(4)
September 2012
(2)
August 2012
(5)
April 2012
(1)
January 2012
(3)
November 2011
(2)
October 2011
(4)
September 2011
(1)
August 2011
(3)
June 2011
(1)
May 2011
(1)
April 2011
(2)
February 2011
(2)
January 2011
(3)
December 2010
(2)
November 2010
(1)
October 2010
(2)
September 2010
(1)
August 2010
(2)
June 2010
(6)
May 2010
(3)
April 2010
(4)
March 2010
(6)
February 2010
(1)
January 2010
(7)
December 2009
(6)
November 2009
(4)
October 2009
(7)
April 2009
(4)
Browse by Tags
MSDN Blogs
>
Data Access Technologies
>
All Tags
>
ado.net
Tagged Content List
Blog Post:
Error: "The underlying provider failed on Open" in Entity Framework application
Snehadeep
My name is Archana CM from Microsoft SQL Developer Support team, we support many data access technologies including Entity Framework, SSIS. I had chance to work with developer who was having issues in his Entity Framework, one of the issue was while adding data to .mdf file which was on file system....
on
9 Aug 2012
Blog Post:
SQLExceptions while trying to perform add , delete or update operation using the DataGridView control
Snehadeep
You may see some SQLExceptions while trying to perform add , delete or update operation using the DataGridView control in .net framework. This post will speak about Adding and Deleting rows to the relation tables using windows application using DataGridView control in .net Framework 4.0 using Visual...
on
23 Feb 2011
Blog Post:
Things to keep in mind regarding Registry while migrating a 32 bit application from Vista x64 to Windows 7 x64
Snehadeep
If you are migrating a 32 bit application from Vista x64 to Windows 7 x64 and your application relies on some information in registry. There are few things you should consider as following. In Windows 7, registry is virtualized. As a result, wow64 applications don’t have to explicitly...
on
30 Jun 2010
Blog Post:
Why is my ConnectionString incorrect..?
Snehadeep
Folks, I wanted to post this experience as I struggled for a couple of days trying to figure out what’s wrong in my connection string when I handled a migration scenario from Windows 2000 to Windows 2008. I had a bunch of VBScripts doing database update jobs running successfully over years on the...
on
28 May 2010
Blog Post:
Enterprise Library 4.1 DAB leaking oracle connections that participate in DTC transactions
Snehadeep
We had a case recently where connection pooling was not happening properly when using Enterprise Library 4.1 Data Access Block with Oracle provider (ODP.Net). It was working properly from EL 3.1. Network trace and ODP.Net Connection Pooling trace revealed that a new physical connection was getting...
on
7 Apr 2010
Blog Post:
Connection leak , its symptoms and troubleshooting
Snehadeep
To know about connection leak you first need to have a basic idea of connection pooling. If you are not sure about connection pooling please visit the following link –: http://msdn.microsoft.com/en-us/library/ms810829.aspx http://msdn.microsoft.com/en-us/library/8xx3tyca(vs.71).aspx http://support...
on
13 Oct 2009
Blog Post:
How to convert an IEnumerable to a DataTable in the same way as we use ToList or ToArray
Snehadeep
LINQ provides us some extension methods to convert an IEnumerable to a collection e.g. ToList(), ToArray() etc. But what if you want to convert the enumerable to a DataTable. There is no built in extension method for that currently. var v = ( from x in collection Select x).ToDataTable(); ...
on
8 Apr 2009
Blog Post:
How to find out the data-reader referencing an ADO.NET connection object to fix the error: "There is already an open DataReader associated with this Command which must be closed first"
Snehadeep
Sometimes while executing a DB command in ADO.NET we come across below error. There is already an open DataReader associated with this Command which must be closed first Or ERROR [HY000] [Microsoft][SQL Native Client]Connection is busy with results for another command This error...
on
8 Apr 2009
Page 1 of 1 (8 items)