Hi all,
this is surely really simple but I cannot find any info on it.
I would like to know how to exit out of a procedure and request that it ends there (i.e it doesn't go back to the original caller and doesn't go onto to the next sub in the list)
I tried 'Exit Sub' but it still returns to the original caller and I tried simply 'end' but it closed my entire application.
Hope someone can help
Thanks
John
.NET 2.0, Visual Studio 2005, SQL Server 2005 Express
this is surely really simple but I cannot find any info on it.
I would like to know how to exit out of a procedure and request that it ends there (i.e it doesn't go back to the original caller and doesn't go onto to the next sub in the list)
I tried 'Exit Sub' but it still returns to the original caller and I tried simply 'end' but it closed my entire application.
Hope someone can help
Thanks
John
.NET 2.0, Visual Studio 2005, SQL Server 2005 Express