|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Stored Procedure & Trigger Problem.
Hello Everybody,
How to implement the stored procedure and trigger under MySQL? Thanks, Hieu. |
|
#2
|
|||
|
|||
|
I have been the part of this forum from last few weeks and I have seen this problem is being asked by a lot of people including myself. Is anyone out there who can help us???
![]() |
|
#3
|
|||
|
|||
|
indeed very curious if it is even possible to implement a stored procedure in Mysql.
|
|
#4
|
|||
|
|||
|
From what I can see, stored procedures and triggers are planned for MySQL version 5.0:
Quote:
Here's the link.
__________________
____________________________________________ Developer Shed Weekly Writer | DevArticles Forum Moderator Build Your Own KlipFolio Klip With PHP FrankManno.com - Under Construction Design Interactive Group - Under Construction |
|
#5
|
|||
|
|||
|
Thanx for your reply.
Indeed good to hear version 5 will have SP's included.. Will make life, speed and reliability a lot better IMHO. ![]() |
|
#6
|
|||
|
|||
|
MySQL 4 isn't even a stable release yet.. so I guess it will take some time before version 5 comes
![]()
__________________
Best Regards, Håvard Lindset |
|
#7
|
|||
|
|||
|
By the way. I want to host a website on MySql using constant updates. If there is no possibility for stored views / procedures. is it faster than for instance access wher I created everything in stored procedures?
I must go to a new database system in my opinion for the hits on the site are around 120.000 per day. With 80.000 pageviews I have around 2 * 80.000 queries being fired per day. (Around 2 queries on average per second.) I don't know how much MySql can handle without database corruption etc. But at present everything works like a charm. Real fast etc. Is it worthwhile to go to MySql? (Should perhaps be posted in another thread... but I thought, while we are at it... why not) |
|
#8
|
|||
|
|||
|
stored procedure in mysql
hi,
stored procedure is very much supported in mysql 5.0.But, you have to use through commandline, no visual tool is released as such now. System is given in the mysql site. cheers Praveen.V. |
|
#9
|
|||
|
|||
|
Stored procedures are avaliable in version 5.0.1 and triggers will be available from release 5.0.3.
I'm currently developing a tutorial site, very much under construction and hasn't been released yet. If you would like to take an early peek check here. www.mysqldevelopment.com Also I have written a 2 part article on the basics which will be featured in the January and Feburary quest newsletters, to subscribe to the newsletter or get other mysql information check out the mysql pipline here. www.quest-pipelines.com/pipelines/mysql/index.asp Cheers Andy G. |
![]() |
| Viewing: Dev Articles Community Forums > Databases > General SQL Development > Stored Procedure & Trigger Problem. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|