Data Access,XML,C#,SQL Server - n.code
Browse by Tags
All Tags
»
Data Access
»
XML
»
C#
»
SQL Server
(
RSS
)
.NET
Serialization
14 May 2007
Bulk Update and Insert of Object State Stored by SQL Server 2000, Using .NET (C#)
This is a how to/quick start for doing bulk inserts or updates of data on SQL Server 2000 and .NET. 1. Create a simple class: using System; ... ... [Serializable] public class Entity { private int _id; private string _name; private string _description; public int ID { get { return _id; } } public string...
Read More...
Home
n.code
RSS
Atom
Comments RSS
Recent Posts
SQL Server Error: OLE DB error trace [OLE/DB Provider 'SQLOLEDB' IUnknown::QueryInterface returned 0x80004005: The provider did not give any information about the error.]
Random Ramblings Over Ruby On Microsoft .NET
Common .NET Memory Issues
Bulk Update and Insert of Object State Stored by SQL Server 2000, Using .NET (C#)
.NET Memory Leak: XmlSerializing your way to a Memory Leak
Tags
.config
.NET
Apple
AppSettings
C#
Configuration
Data Access
DataBase Management
Delegates
IronRuby
Java
Mac Dev
Mac OS X
Martin Fowler
Memory Issues
Mircosoft
MySQL
MySQL for Python
NameValueCollection
NameValueSectionHandler
Open Source
Python
Ruby
Serialization
SQL Server
Streams
Threading
XML
Archives
August 2007 (2)
June 2007 (1)
May 2007 (1)
April 2007 (1)
January 2007 (2)
Search
Go
Navigation
Home
Careers
Downloads
Support