Creates and returns an OdbcCommand object associated with the OdbcConnection.
[Visual Basic] Public Function CreateCommand() As OdbcCommand [C#] public OdbcCommand CreateCommand(); [C++] public: OdbcCommand* CreateCommand(); [JScript] public function CreateCommand() : OdbcCommand;
An OdbcCommand object.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
OdbcConnection Class | OdbcConnection Members | System.Data.Odbc Namespace