Prepares (compiles) the SQL statement specified in the CommandText.
[Visual Basic] Public Sub Prepare() _ Implements IDbCommand.Prepare [C#] public void Prepare(); [C++] public: void Prepare(); [JScript] public function Prepare();
| Exception Type | Condition |
|---|---|
| InvalidOperationException | The Connection is not Open. |
| MimerException | A database server error occurred while executing the statement. |
MimerCommand Class | Mimer.Data.Client Namespace