Jump to content

MySQL Procedure


aztec

Recommended Posts

Hello
I 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)
)
AS
select mastdesc, matno, storedate, storageref
from paragon...matter
where matdesc like @matdesc 
[/code]

Any help or direction appeciated

Kind Regards
Link to comment
https://forums.phpfreaks.com/topic/35945-mysql-procedure/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.