I need to import csv file to SQL tables with c# application. User can select columns band table mapping table fields. I like to create something similar to MS SQL
import. User can draw line to two mapping column and fields. How I can do it in C# window application Which controls I need

import CSV file
Nyro
aspx
If you want to draw lines to map things, you'll be writing that code yourself, no controls exist to do that.
OldDaemon
hi,
you can find some examples here
http://www.codeproject.com/csharp/#Graphics
hope this helps
BilalShahzad
L. Gordon Curtis
I need the codes like microsoft DTS package data transform, which
can map two tables' fields , then go to data transfer. Any similar reference codes
thanks.