Topic: Unclosed quotation mark after the character string ''.
I'm getting this error almost constantly now when adding individuals and organisations (simple ones, just a first name and last name). I've had a look at the query being put the server:
SELECT Organisation FROM Name WHERE Name_Key='
and have potentially narrowed it down to this line in the source in the procedure TfrmIndOrg.DisplayNames(const iNameList: TKeyList);:
SQL_IS_ORG = 'SELECT Organisation FROM Name WHERE Name_Key = ''%s''';
but this is where my expertise runs out. It doesn't seem to cause any problems. Hitting Continue and it's fine, but it's getting annoying :-)
Information Officer
Greater Lincolnshire Nature Partnership