Registriert seit: 19. Feb 2012
Ort: Czech Republic, Prag
126 Beiträge
Delphi 10.1 Berlin Architect
|
AW: SQL ReplaceString
4. Aug 2014, 12:54
Are you sure it worked? It looks as if you replace the contents of your column ' URL' with a string like 'REPLACE ([ URL], ".", "")' and I doubt this is what you want.
??????????????????????????
Delphi-Quellcode:
update produkt set URL = replace ( URL,' .',' ');
=>>
[4.8.2014 12:49:11] Executing Query:
update produkt set URL = replace ( URL,' .',' ');
[4.8.2014 12:49:11] Token ' ,' expected, but ' replace' found at line 1, column 38 - Native error: 30222
??????????????????????????
Daniel
|
|
Zitat
|