Question : SQL -- overwrite

Hello, how can I make a database overwrite itself ??? that is:
   I have written a ASP script, when I submit the data, it will "append" but not overwrite, how can I do this ?? (so that the file is not too big)

Answer : SQL -- overwrite

you could use and UPDATE SQL statement instead of an INSERT Statement.
Random Solutions  
 
programming4us programming4us