To view the path to a stored procedure, open the stored procedure file, right-click and select Open, and then view the Path field in the Resources section of the Properties window.
View the stored procedure path in Eclipse
Question:How to view the stored procedure path in Eclipse The path of the process?
Answer:
To view the path to a stored procedure, follow these steps:
Example:
Assume your stored procedure is named "MyStoredProcedure.sql" and is located in the "src" folder under the project "MyProject", Then the path will be:
<code>MyProject/src/MyStoredProcedure.sql</code>
The above is the detailed content of How to check the eclipse stored program path. For more information, please follow other related articles on the PHP Chinese website!