Hi,can anyone help me?
I need to update a SQL table reading a text file. I'm using Streamreader in vb.net , I split the string in it`s components but I don't know how to pass this splitted string as parameters to match with the columns of the table.
Must be an update, in other case i've used BULK INSERT to insert files but in this case I can't
example:
txtfile(or CSV)
"25786",""john","Myers",Glucose","130","Checked"
Table
Id Name LastName determination Value Notes
Thank you in advance!!!