MyConnection1.Options.Protocol := mpTCP; <Undeclared Indentifier: 'mpTCP'> ???
Posted: Tue 06 Jun 2006 09:43
Hi 
MyConnection1.Options.Protocol := mpTCP;
When compiled, I get Undeclared Indentifier: 'mpTCP' ???
MyConnection1 is declared and lines like:
MyConnection1.Options.Direct := True;
Works.
I am using Delphi 5 Enterprise and MyDac 4.30.1.15 (std).
MyConnection1.Options.Protocol := mpTCP;
When compiled, I get Undeclared Indentifier: 'mpTCP' ???
MyConnection1 is declared and lines like:
MyConnection1.Options.Direct := True;
Works.
I am using Delphi 5 Enterprise and MyDac 4.30.1.15 (std).