Quehay,
Thanks for your response. The front end is to be asp, which would involve alot of validation prior to executing some sort of query, and this is what Im trying to avoid(reinventing the wheel). Thanks for you input.
I use MS-SQL 100% of the time, and I have a project that I have to convert from SQL to Access. I have little knowledge about Access queries, and I was wondering if the stored procedure below would work in Access
CREATE PROCEDURE MoveItems
(
@direction int,
@RID_IN int
)
AS
/*
declare...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.