Quote:
Originally posted by Lior
2 Questions:
1) Lets say I wanna get the first line of FILE.TXT
when It's located on the user's computer, I just use the Line Input method, and get it.
Can I use the same algorithm just with changing the file-path instead of C:\path\FILE.TXT into Http:\\www.mysite.com\FILE.TXT ???
2) What If I just want to update an existing file with a new record. how can I do that?
Lets say I want to add a new record into a field in a specific table. how can I do that without downloading the whole file (that might be large), updating it "offline" and the re-uploading the updated file. ???
Thanks again for your time,
Lior.
1) I didn't quite understand the question
2)I don't know much about databases
Sorry
[]P