|
What database?
What database are you using?
And what programming language are you using to interact with this database?
The first step is to modify the code that you are using to INSERT into this table, making it swap the '\n\r' for ' '.
Second thing might just be to just right a simple code to select all of the records (all you need is the Primary Key and the VarChar field you are having the issue with, or if you really want just the VarChar field). Load that into whatever data structure you are using to access the Record Set, then go one by one and simply change the data, and update all of the fields through a while loop that uses the same, variable update statement.
Last edited by rwendel; 04-02-2003 at 06:33 PM.
|