< Browse > Home /

| RSS

Request Error In ADO.NET Data Services

When creating a new ADO.NET Data Service you may find yourself with this error.

Don’t call it quits on ADO.NET Data Services because of this error. It is very easy to fix. Have a close look at the code generated by Visual Studio for you.

Here the code calls SetEntitySetAccessRule on “MyEntitySet” but most likely [...]

[ More ] June 16th, 2009 | No Comments | Posted in Programming |

Bulk Copy Data Using SQLBulkCopy Class

SQLBulkCopy class in ADO.NET can be used to do bulk copy operations from a .Net application. There are two ways data can be bulk copied using this class. You can either do a single bulk copy or a multiple bulk copy operation. In this post I will show you how to perform a single bulk [...]

[ More ] August 16th, 2008 | No Comments | Posted in Programming |