aztec Posted January 27, 2007 Share Posted January 27, 2007 HelloI do not know if this is the correct forum but because it is MySql and that is half the problem then here goes.Normally I use MySQL but I need a stored proceedure in Access 97 and I do not use that programme at all it creating a problem for me.In MySql I would write it as follows:[code]CREATE PROCEDURE dbo.ParagonArchiveRefs(@matdesc nvarchar(20))ASselect mastdesc, matno, storedate, storagereffrom paragon...matterwhere matdesc like @matdesc [/code]Any help or direction appeciatedKind Regards Quote Link to comment https://forums.phpfreaks.com/topic/35945-mysql-procedure/ Share on other sites More sharing options...
artacus Posted January 28, 2007 Share Posted January 28, 2007 You might have better luck SQL Server section. Quote Link to comment https://forums.phpfreaks.com/topic/35945-mysql-procedure/#findComment-171036 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.