Code: Select all
zconnection1.Properties.Clear;
ZConnection1.password:='letmein';
ZConnection1.Properties.Add('encrypted=true');
ZConnection1.Connect;
ZTable1.TableName:='Lawyers';
ZTable1.Active:=true;
Does anybody have an idea what I am doing wrong? The knowledgebase article mentions about setting the Parameter to 'encrypted=true' however I can find no Parameter property, the nearest thing is Properties. I also notice in the knowledgebase article it mentions about manually running the .Key method, but how do I get to it?
Many thanks in advance. Colin.