Previous Topic

Next Topic

Inhoudsopgave

Book Index

Execute Method

Method Method Execute

Description

It executes a SQL statement such as INSERT, UPDATE and DELETE or a stored procedure from the query. You can use the method when the query does not return a result set. If the query does return a result set you have to use the Open method instead of the Execute method.