Ask a Question related to ASP Database, Design and Development.
-
Bob Barrows #1
Re: stored procedures in access
Gonzosez wrote:
CONNACC.QRY_STORED_HOURS_AVG Parm1,...,ParmN,RS> I have a few stored queries in access but how do I pass parameters to
> them. This is the call
>
> <%CONNACC.QRY_STORED_HOURS_AVG RS%>
So, if you want to pass 2 and 3 to a query that accepts two parameters:
CONNACC.QRY_STORED_HOURS_AVG 2,3,RS
HTH,
Bob Barrows
Bob Barrows Guest
-
Stored Procedures
Hi all, I'm a little confused about how to obtain a result set from a stored procedure (stored in a Visual FoxPro 8.0 database) from an ASP.NET... -
is it possible 2 create views, triggers & stored procedures in Access?
speaking of me, I'm not very new to Access, but I haven't worked on it as a professional. I know that you can fire queries in Access, but I don't... -
Stored Procedures and 4GL
Hello, I am using Informix 7 se database. Is it possible to call a 4GL program from a stored procedure? Thanks Ahmer -
DB2CLI.DLL Access Violation - executing stored procedures
I have a nagging problem that I can't seem to find solution. When executing multiple stored procedures from JAVA application using... -
Calling stored procedures from Access modules
I am upgrading an Access app for a client to SQL Server. I'd like to convert many of his queries into stored procedures but I will need a way to...



Reply With Quote

