In Outlook, the street field seems to contain new line characters which are stored in a Var field in the database. My existing mysql database uses fields Address1, Address2, Address3 which would correspond to the street field.
I don't want to rewrite my application. Is some form of parsing possible between the two schemes?
How would database applications generally handle editing the field? phpMyAdmin screws up the newlines as soon as any editing is performed.