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
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10111502.html
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 ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10145294.html
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 ...
http://www.experts-exchange.com/Database/Sybase/Q_10324653.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_10782821.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20015041.html
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 ...
http://www.experts-exchange.com/Database/Sybase/Q_20064842.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20140023.html
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
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20245758.htm...
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
http://www.experts-exchange.com/Programming/Languages/Java/Q_20402873.html
Zones:
JavaDate Answered: 09/04/2003 Grade: A Views: 0
How to create stored procedures in MsAccess ?
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20403958.html
Zones:
MS AccessDate Answered: 02/16/2003 Grade: A Views: 0