Mimer SQL Data Provider
Prepare Method




Mimer.Data.Client Namespace > MimerCommand Class : Prepare Method
Prepares (compiles) the SQL statement specified in the CommandText.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub Prepare() 
public override void Prepare()
public procedure Prepare(); override; 
public override function Prepare();
public: void Prepare(); override 
Exceptions
ExceptionDescription
  • No connection has been set on the MimerCommand
  • The connection is not open
Dispose has been called for the MimerCommand
A database server error occurred while executing the statement.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommand Class
MimerCommand Members