I'm a web developer and have a problem. We have a form that people submit through our site to request information and the info is put directly into a SQL 2000 table and every few hours the table is processed and dropped into a flat file for a rather antiquated system to read. Every now and then we get one that breaks the system because it is putting carriage returns into the field. The field is actually a one line text field and before we put it into the database, we run it through replace functions to remove any CrLf, or Chr(13) chr(10). Nothing seems to work. We recently started tracking the browser type and they all lead back to Safari.
Has anyone else seen this and can you offer up any suggestions?
Thanks
Has anyone else seen this and can you offer up any suggestions?
Thanks