|
ou812 -> RE: stored procedure questions (3/21/2008 21:56:54)
|
I haven't worked with the MySQL engine for quite a while, but I think you should just be able to write your stored procedure while in SQL mode on while on your host (unless it has some handy stored procedure button). Of course, you can write them ahead of time with notepad, or whatever, and then just copy/paste them into the SQL window on the host. Then as you need the SP, you call it as needed in your ASP code. And you can write as many as needed while on your host in SQL mode, and then call whatever whenever in your ASP code. If you've got down how to write them and call them, you should be good to go. Not sure if that helps.
|
|
|
|