

Get in touch

Download Plugin Now
  • Follow
  • Follow
WP Data Access
  • Download
  • Support
  • Features
  • Pricing
  • Documentation
    • Tool Guide
    • App Builder
    • Data Explorer
    • SQL Query Builder
    • Plugin Settings
    • Legacy Tools
    • Remote Connections
a
M
M
  • Download
  • Support
  • Features
  • Pricing
  • Documentation
    • Tool Guide
    • App Builder
    • Data Explorer
    • SQL Query Builder
    • Plugin Settings
    • Legacy Tools
    • Remote Connections
Download Plugin Now

SQL Query Builder

  • Getting Started
  • Tutorials
  • Visual Query Builder
  • Writing queries
  • Data exchange
  • Stored procedures
  • Database triggers
  • Scheduled queries
  • WordPress user ID in SQL
View Categories

Stored procedures

Write / on an empty line to enter a stored procedure, stored function, or database trigger.

Example #

drop procedure if exists DEPT
/

create procedure DEPT()
begin
  select * from dept;
end
/

call DEPT()
/

Presuming table dept is available in the selected database, the code above will show three tabs:

  1. Result of the drop procedure command
  2. Result of the create procedure command
  3. Result of the procedure call
WP Data Access - Query Builder - Stored Procedures
Share This Article :
  • Facebook
  • X
  • LinkedIn
  • Pinterest
Still stuck? How can we help?

How can we help?

Updated on 2025-02-07
Data exchangeDatabase triggers

2 Comments

  1. Marcos Marilaf
    Marcos Marilaf on 2023-01-27 at 3:59 pm

    Can i execute a stored procedure which is in SQL Server database from WP Data Access ?

    Reply
    • Peter Schulz
      Peter Schulz on 2023-01-29 at 10:35 am

      Sorry Markos, that’s not possible. You should be able to use stored procedures in your database triggers, but I’m not sure how custom errors are passed. Never tried myself. But I would be greatful if you can share valuable information… 😉

      Reply

Submit a Comment Cancel reply

Your email address will not be published. Required fields are marked *

Table of Contents
  • Example
WP Data Access
  • Follow
  • Follow
Quick Links
$

Blogs

$

Tutorials

$

Demos

Get in touch
$

Premium support

$

Free support forum

$

Contact us

Resources


WordPress plugin directory



YouTube tutorials

Copyright © 2025 | All Right Reserves

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok