Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
We seem to have some quirky behavior with our DROP PROCEDURE function
in "Run SQL Scripts" within iNAV. What we're trying to do is delete
a procedure and then recreate it. The way we have tried to do it is
to right-click the procedure in iNav, select "Generate SQL", edit the
procedure and execute it to recreate it. When we use "DROP PROCEDURE
xxx" it does not drop the procedure and complains the procedure
already exists.
When we use "DROP SPECIFIC PROCEDURE xxx" it will drop the procedure
and go through the motions of recreating it,
but when you refresh the procedure list it does not exist and you
need to rerun the SQL script (minus the DROP command) to get it
recreated.
Are we entering the command wrong? Should we be entering something
else to drop the procedure before it is recreated?
We are putting this command just before the "CREATE PROCEDURE"
command in the SQL script, so logically we thought it should perform
the DROP and then execute the CREATE function.
Any thoughts would be appreciated.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.