how to edit/ update records/ rows of csv file vb
hey All,
i currently have a form with a datagrid, and an adodc control.
adodc control is linked to a file dsn that points to a csv file with some sample data.
data is being read correctly, without errors into the datagrid.
but when i update, nothing is being updated.
does anyone have suggestions?
is it even possible with ado, and if so, how?
i have tried calling the UpdateBatch() and Update() methods of the adodc control, to no avail.
any assist would be most appreciated.
thanks
regards
ironMonk
|