View Single Post
  #2 (permalink)  
Old 03-12-2009, 7:41 PM
Tom Tom is offline
VB.NET Forum Idol
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Aug 2005
Posts: 711
Reputation: 335
Tom master of VB.NETTom master of VB.NETTom master of VB.NETTom master of VB.NETTom master of VB.NETTom master of VB.NETTom master of VB.NETTom master of VB.NETTom master of VB.NETTom master of VB.NET
Default

First I would drop the temp table altogether.

Create a typed dataset with the fields in your text file. Then drop trying to import it directly from the file to the database, read it into the typed dataset, manipulate & format the fields as needed then send the info into there proper tables in the database.
Reply With Quote