N
NYWGUY54
My project will require the user to import data (registered Voters) from a
text file. This text file will be created by thier county's Board of
Elections & thus be formatted differently county by county, generally with
columns in differing order. Also some counties will provide less/more data
than others. So I want to write (or include) an import wizard (kind of like
SQL Server has) that will map the source columns to the destination columns,
upon the first & subsequent loads. The reason I want to do it this way is
primarily becasue I'm using the SQL Compact Edition as the DB & there is no
supplied import method for this.
So is there any place (I did spend most of the morning searching the web
with no luck) where i can get sample code, directions, a book or anything to
get me started down the right path?
Thanks
Gary
text file. This text file will be created by thier county's Board of
Elections & thus be formatted differently county by county, generally with
columns in differing order. Also some counties will provide less/more data
than others. So I want to write (or include) an import wizard (kind of like
SQL Server has) that will map the source columns to the destination columns,
upon the first & subsequent loads. The reason I want to do it this way is
primarily becasue I'm using the SQL Compact Edition as the DB & there is no
supplied import method for this.
So is there any place (I did spend most of the morning searching the web
with no luck) where i can get sample code, directions, a book or anything to
get me started down the right path?
Thanks
Gary