Microsoft SDK for Java

DataSource.setCommandText

Sets the command string that will be issued to the data source.

Syntax

public void setCommandText( String cmdText )

Parameters

cmdText

The command text.

Remarks

The command is typically a query that will return a recordset.

See Also   getCommandText, setCommandType

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