Advertisement

1 - 10 of 797 containing alltags:("Stored Procedure") (0.002 seconds)
I want to know whether stored procedures can be written in access. if yes, then please refer some documentation or how that is possible to me as early as possible. Thanks
Zones: MS AccessDate Answered: 12/27/1998 Grade: C Views: 0
I have a question...but what is the difference between using a stored procedure in comparison to have the actually SQL statement in the code of the page? Is there a difference....what is the point ...
Zones: MS SQL ServerDate Answered: 04/06/1999 Grade: A Views: 0
I know this isn't the brightest of questions but I'm having mind block how do I view what commands are in a stored procedure? ie. how do I view the contents? Thanks for your help ... and yes ...
Zones: SybaseDate Answered: 09/09/2000 Grade: C Views: 0
See the following stored procedure sp_2. When I execute sp_2 in the Query Analyser I get both the recordset & also the recordnumber stored in the parameter @vCount. But when I call this stored ...
Zones: VB DBDate Answered: 07/26/2000 Grade: A Views: 0
Can a stored procedure call itself? If a local cursor is declared in procedure A and it calls procedure B, can B access this cursor? If no, may I declare in B a cursor with the same name as the cur...
Zones: MS SQL ServerDate Answered: 01/03/2001 Grade: B Views: 0
I am creating a temporary table in a stored procedure, whose column count I want to vary contingent upon a input parameter. In code, I initially create a table, and then add columns as needed. I ...
Zones: SybaseDate Answered: 01/31/2001 Grade: A Views: 0
here is a peice of code that is giving an error: "Optional feature not implemented" ' code     Dim cmd As New ADODB.Command, storedParam(6) As New ADODB.Parameter     cmd.ActiveConnection = d...
Zones: Visual BasicDate Answered: 08/14/2001 Grade: B Views: 0
I have a store procedure and requires 2 parameters (char)to execute it How to code the connection? Can someone help? Thanks
Zones: ASPDate Answered: 12/12/2001 Grade: A Views: 0
hi, how to write a generic function to call a stored procedure in java.i've to pass stored procedure name and param at run time.how to write a bean to call a stored procedure thanks in advance
Zones: JavaDate Answered: 09/04/2003 Grade: A Views: 0
How to create stored procedures in MsAccess ?
Zones: MS AccessDate Answered: 02/16/2003 Grade: A Views: 0