|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
support of cursors in mysql 4.16 version
HI
I have a doubt that whether the mysql 4.16 supports the cursors concept or not?? c'oz when i'm writting the below cursor declare cur cursor FOR SELECT pk_userid FROM tbl_userdtls WHERE pk_userid = 'honey' i'm getting the error as #1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'declare cur cursor FOR SELECT pk_userid FROM tbl_userdtls WHER can any one check my sql statement ,plzzzzzzzzzzz thanks in advance honey |
|
#2
|
||||
|
||||
|
First, this really belongs in the Mysql forum.
Secondly, as far as I know, there is no Mysql 4.16, the current release is 4.0.20, and version 4.1 is currently at 4.1.4 gamma. Finally, cursors are a part of stored procedures and functions, and have not been implemented until Mysql 5, which is currently in alpha stage. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > support of cursors in mysql 4.16 version |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|