"Jerry" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > When I import a comma delimited text file into a table using > MySQL Front, a space is added to one of the fields which is a > varchar field. How can I keep this from happening?
after importing the table, do an UPDATE and TRIM() the field. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php