إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Runs the SQL statement in this SQLServerPreparedStatement object, which can be any kind of SQL statement.
Syntax
public boolean execute()
Return Value
true if the statement returns a result set. false if it returns an update count or no result.
Exceptions
Remarks
This execute method is specified by the execute method in the java.sql.PreparedStatement interface.
See Also
execute Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class