SqlServerStorage InsertRecords Example
This example shows how to write records to an sql server storage
The Problem
For example if you want to insert records to the Customers table in the Northwind DB
To use Delimited Format
You must define:
The SqlServerStorage
The idea is very simple you create the SqlServerStorage with your record class
After these lines if you want to insert records to your db you need these lines:
The GetInsertSql method must look something like that:
Read the data from a File
You need this code for that task:
See also
Must Read - Quick Start Guide - Attributes
List - F.A.Q. - Examples of
Use - Contacts & Credits - Donations