Mimer Data Provider

MimerCommand.Prepare Method 

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();

Implements

IDbCommand.Prepare

Exceptions

Exception TypeCondition
InvalidOperationExceptionThe Connection is not Open.
MimerExceptionA database server error occurred while executing the statement.

See Also

MimerCommand Class | Mimer.Data.Client Namespace