Forum: ASP.NET |
Thema:
Abfrage ob Stored Procedure existiert |
Von:
Martin Mostögl (
23.06.2006 11:23) |
Hallo,
ich würde gern wissen ob die Möglichkeit besteht im Code abzufragen ob eine
Stored Procedure existiert oder nicht?
lg Martin
Betreff |
Von |
Datum |
|
|
AW: Abfrage ob Stored Procedure existiert
Hi mosti,<br><br>versuch mal sowas:<br><br>Cmd.CommandText = "if exists ("<br>Cmd.CommandText &= " select *"<br>Cmd.CommandText &= " from dbo.sysobjects"<br>Cmd.CommandText &= " where id =... |
|
|
|
|
|
Jens
Buthe
|
23.06.2006 11:36 |
|
|
Martin
Mostögl
|
23.06.2006 13:20 |
|
|
Martin
Mostögl
|
23.06.2006 13:26 |
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!