I successfully updated strings in mezzmo.MGOFile.file about a year ago, but now when I try the following query it returns "Error: column file is not unique":
update MGOFile set file = replace(file, 'D:\', 'F:\') where file like 'D:\%';
Tried double quotes, the mezzmo service is stopped and select * from mgofile where file like "D:\%"; confirms the existence of the string. All I need is to change the drive letter...
Last edited by steppinwolf; 12-21-2011 at 01:50 PM.
Windows 7 Pro x64; Mezzmo 2.4.5.0
Bookmarks