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.