Pietjeparasietje
Programmer
Hi,
I'm using the following sql statement to get a rate for a
customer. " Select * from rates where CustomerName = '''+CustomerNameStr+'''';
This statement works fine but not when I've got a customere name like this "Dinico's" the "'" is interfearing. Does anyone know how to solve this.
help is very appreciated!
Peter
I'm using the following sql statement to get a rate for a
customer. " Select * from rates where CustomerName = '''+CustomerNameStr+'''';
This statement works fine but not when I've got a customere name like this "Dinico's" the "'" is interfearing. Does anyone know how to solve this.
help is very appreciated!
Peter