|
Navigation: Actions > Server > ADO Action |
![]() ![]()
|
The ADO action executes database commands or queries using ADO.
When the step completes, the following temporary macros are created or updated:
ADO_RS = When performing queries that return results, the ADO recordset object holding the query results
See the vbld_TempMacroObj system script function and Server.bld sample for different ways to utilize the ADO_RS recordset object.
Note: This action requires MDAC 1.5 or later to be installed.
Note: See the Server.bld sample for a project utilizing this action.