Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: Access 2013 | Access 2016
package com.ms.wfc.data
Constructor
public Invalid DDUE based on source, error:link not allowed in code, link filename:mdobjcommand_HV10294191.xml()
public Command(String commandtext )
Methods
public void Invalid DDUE based on source, error:link not allowed in code, link filename:mdmthadocancel_HV10294125.xml()
public com.ms.wfc.data.Parameter Invalid DDUE based on source, error:link not allowed in code, link filename:mdmthcreateparam_HV10294243.xml(String
Name , int Type , int Direction , int Size , Object Value )
public Recordset Invalid DDUE based on source, error:link not allowed in code, link filename:mdmthcmdexecute_HV10294344.xml()
public Recordset execute(Object[] parameters )
public Recordset execute(Object[] parameters , int options )
public int Invalid DDUE based on source, error:link not allowed in code, link filename:mdmthcmdexecute_HV10294344.xml(Object[] parameters )
public int executeUpdate(Object[] parameters , int options )
public int executeUpdate()
The executeUpdate method is a special case method that calls the underlying ADO execute method with certain parameters. The executeUpdate method does not support the return of a Recordset object, so the execute method's options parameter is modified with AdoEnums.ExecuteOptions.NORECORDS. After the execute method completes, its updated RecordsAffected parameter is passed back to the executeUpdate method, which is finally returned as an int.
Properties
public com.ms.wfc.data.Connection Invalid DDUE based on source, error:link not allowed in code, link filename:mdproactivecon_HV10293988.xml()
public void setActiveConnection(com.ms.wfc.data.Connection con )
public void setActiveConnection(String conString )
public String Invalid DDUE based on source, error:link not allowed in code, link filename:mdprocommandtext_HV10294195.xml()
public void setCommandText(String command )
public int Invalid DDUE based on source, error:link not allowed in code, link filename:mdprocommandtimeout_HV10294196.xml()
public void setCommandTimeout(int timeout )
public int Invalid DDUE based on source, error:link not allowed in code, link filename:mdprocommandtype_HV10294197.xml()
public void setCommandType(int type )
public String Invalid DDUE based on source, error:link not allowed in code, link filename:mdproname_HV10294535.xml()
public void setName(String name )
public boolean Invalid DDUE based on source, error:link not allowed in code, link filename:mdproprepared_HV10294617.xml()
public void setPrepared(boolean prepared )
public int Invalid DDUE based on source, error:link not allowed in code, link filename:mdprostate_HV10294804.xml()
public com.ms.wfc.data.Parameter Invalid DDUE based on source, error:link not allowed in code, link filename:mdobjparameter_HV10294590.xml(int n )
public com.ms.wfc.data.Parameter getParameter(String n )
public com.ms.wfc.data.Parameters Invalid DDUE based on source, error:link not allowed in code, link filename:mdcolparameters_HV10294594.xml()
public AdoProperties Invalid DDUE based on source, error:link not allowed in code, link filename:mdcolproperties_HV10294633.xml()
See also
- Access for developers forum
- Access help on support.office.com
- Access help on answers.microsoft.com
- Access forums on UtterAccess
- Access developer and VBA programming help center (FMS)
- Access posts on StackOverflow
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.