I have a database table storing product information.
The table is kept up to date from excell spreadsheets that are imported into SQL then Placed onto the Database table.
For some reason invisible characters are on the end of some field data and this is causing my sql statement to fail.
eg
filed looks like this :
EnviroSponge?, dry,18oz printed bag, 100/ca
but actual contains this
EnviroSponge?, dry,18oz printed bag, 100/ca /ca m
There are square boxes at the end not spaces.
Has anyone seen this before and can the pleases tell ne how to get round this problem.
Many thanx in advance
Jamie
The table is kept up to date from excell spreadsheets that are imported into SQL then Placed onto the Database table.
For some reason invisible characters are on the end of some field data and this is causing my sql statement to fail.
eg
filed looks like this :
EnviroSponge?, dry,18oz printed bag, 100/ca
but actual contains this
EnviroSponge?, dry,18oz printed bag, 100/ca /ca m
There are square boxes at the end not spaces.
Has anyone seen this before and can the pleases tell ne how to get round this problem.
Many thanx in advance
Jamie