I am working on a conversion that starts with a btrieve database. The author of the original database has written a program to convert the data to an Access database which I am importing into my SQL database. The problem I have is that all fields are padded with char(0). If a field has a length of 50 and only 10 characters are actually used the remaining 40 are char(0)(ascii zero). I need to strip these from the data base. Any ideas? There are about 70 tables and about 1000 fields. Thanks