V
VMI
I need to create a stored procedure in my Access DB, but don't know how to.
I thought that typing "CREATE PROCEDURE usp_selectAudit AS select * from
audit" in an SQL view would work, but it doesn't. What else can I do?
This is the first part, since I need to create the SP from within C#..but
that's another post for another NG.
Thanks.
I thought that typing "CREATE PROCEDURE usp_selectAudit AS select * from
audit" in an SQL view would work, but it doesn't. What else can I do?
This is the first part, since I need to create the SP from within C#..but
that's another post for another NG.
Thanks.