Problem with TMyConnection.CreateCommand

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Tsagoth
Posts: 33
Joined: Wed 15 Jul 2009 01:25

Problem with TMyConnection.CreateCommand

Post by Tsagoth » Wed 15 Jul 2009 01:31

I tried to use TMyConnection.CreateCommand but I get the error

[Error] xxx.pas(262): Undeclared identifier: 'CreateCommand'

Was the CreateCommand method removed and the Help file just hasn't been updated ?

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Wed 15 Jul 2009 09:20

Sorry for inconvenience. You can use the CreateSQL method of TCustomDAConnection.

Post Reply