aztec Posted January 28, 2007 Share Posted January 28, 2007 HelloI have been advised to move this post here by artacus, a forum helper.I need the equivalent of a stored proceedure in Access 97 and I do not use that programme but from research I do not think Access uses stored procedures 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/36049-mysql-procedure/ Share on other sites More sharing options...
MCP Posted January 30, 2007 Share Posted January 30, 2007 It works differently in Access. Where will the parameter be coming from? Quote Link to comment https://forums.phpfreaks.com/topic/36049-mysql-procedure/#findComment-172495 Share on other sites More sharing options...
aztec Posted January 30, 2007 Author Share Posted January 30, 2007 Thanks mpc sorry to be late replying but I have just got online againBasically I want to be able to activate a search box which will allow users to enter a reference.The reference will be within the matdesc field. I then want it to go and find all records where the reference is within matdesc and return the rows (ie, showing matno, storedate andstorageref)I hope this makes sense to you but because I do not use access it is cetainly a problem for me any help would be appreciated.Kind regards Quote Link to comment https://forums.phpfreaks.com/topic/36049-mysql-procedure/#findComment-173066 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.