Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UPDATE QUERY FOR CSV FILE

Status
Not open for further replies.

gsc123

Programmer
Jan 24, 2008
197
Hello,

how do I update on a csv file? I'm parsing through asp and updated certian columns , is there some way of getting the row id? because unlike access or sql having primary keys, what does csv files use? they are rows

ie: update something set whatever where ?? = recordset number?
 
Have you considered using the FileSystemObject and treating it as a text file?
 
The reason I mention that is I think the text driver is opens it read-only.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top