Re: Updateing row contents

2001-03-18 Thread Jeremy D. Zawodny
On Sun, Mar 18, 2001 at 06:40:36PM -0500, Travis Gant wrote: > > How do you update the contents of a specific field in a database? > Say I have a column named Name in a table, and a row has the > contents of that column set to "Jhon". Now, the user accidently > spelled John wrong and would like t

Updateing row contents

2001-03-18 Thread Travis Gant
How do you update the contents of a specific field in a database? Say I have a column named Name in a table, and a row has the contents of that column set to "Jhon". Now, the user accidently spelled John wrong and would like to update it, how can I do that?