Guest_imported
New member
- Jan 1, 1970
- 0
I've got a PHP application using a Microsoft SQL 2000 Backend, but I've had problems with apostrophe's in fields.
SET Description = '15' Tall' or SET Description = "15" Tall";
We use measurments in our descriptions and at least one will cause problems for that type of measurement! I looked in my SQL book and didn't find much on using another separator. Any ideas to allow users to use the measurement shortcuts?
SET Description = '15' Tall' or SET Description = "15" Tall";
We use measurments in our descriptions and at least one will cause problems for that type of measurement! I looked in my SQL book and didn't find much on using another separator. Any ideas to allow users to use the measurement shortcuts?