i have a database table field that holds a person's full name and when i use asp to insert data into that field it only copies the string before the space. like if i enter 'john percival,' it only inserts john into the table field.

sorry, but i'm new to asp so i still don't really know my way around it to well.