Insert text file into sql server db table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone have any C# functions to insert a text file into a sql server table using ADO.Net dataAdapters, and dataAdapter.Update(), inserting the whole file at a time, instead of looping through each row. I have code for the ini schema file.
Thanks,

Dave A.
 
Dave,

if you want to insert the PHYSICAL file, maybe this
one can help you. go to http://thedeveloperscorner.com.ph
ang look for "Save and Retrieve Any File to Database".

HTH,

--
gani

-----Original Message-----
Does anyone have any C# functions to insert a text file
into a sql server table using ADO.Net dataAdapters, and
dataAdapter.Update(), inserting the whole file at a time,
instead of looping through each row. I have code for the
ini schema file.
 
Back
Top