Prepares or compiles the SACommand on the data source.
Visual Basic Public Overrides Sub Prepare()
C# public override void Prepare();
If you call one of the ExecuteNonQuery, ExecuteReader, or ExecuteScalar methods after calling Prepare, any parameter value that is larger than the value specified by the Size property is automatically truncated to the original specified size of the parameter, and no truncation errors are returned.
The truncation only happens for the following data types:
If the size property is not specified, and so is using the default value, the data is not truncated.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |