Return value in stored procedure
I want to return a value 0 or 1 from the stored procedure in SQl 2000.
How do I get this return value if I use TADOPStoredProcedure? Or do I need
to use TADOQuery?
.
Relevant Pages
- Re: Views vs Stored Procedures, whats the difference?
... I hope you are not suggesting you embed SQL queries into the application? ... A stored procedure logic will be exactly as fast as the algorithm you ... I understant that SQL Server supports hints. ... implementations (nestedloop, merge, hash, ..) on decent sized tables, then ... (comp.databases.ms-sqlserver) - Re: Stored Procedures - Patterns and Practices
... >published the reasoning behind its opinions. ... I disagree that the debate in SQL Server related discussion forums ... If the natural key is long or spans too many ... I want to call a stored procedure that adds a customer ... (microsoft.public.sqlserver.programming) - Re: Issue with retrieving large data over web using Stored Procedu
... how do I go about analyzing a stored procedure with selecting ... Is there any tool in the SQL Profiler that analyze each Trace? ... "Active Server Pages error 'ASP 0113' ... This email account is my spam trap ... (microsoft.public.inetserver.asp.db) - Re: Problem using SP as record source with Access2002 & SQL Server 7
... I've installed a brand new copy of SQL Server 2000 with the original ... I've created the folowing stored procedure for the resync ... Resync Command: ALL_CUSTOMERS_RESYNC? ... I need to upgrade to a newer version of Microsoft SQL ... (microsoft.public.access.adp.sqlserver) - Re: slowing/halting stored procedure from ado.net
... but at the time when calling from the application ... calling the same stored procedure from SQL Management ... Studio goes without any slowdown, ... There was/is no big job running on the sql server, ... (microsoft.public.dotnet.framework.adonet) |
|