Microsoft SDK for Java

setCommandText

This method of the Command class sets a string containing a provider command, such as an SQL statement, a table name, a relative URL, or a stored procedure call. Default is "" (zero-length string).

Syntax

public void setCommandText(String command);

Parameters

command A string containing a provider command.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.