|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
explanation needed - DECLARE CURSORhi!
i need (preferably 0:)) short explanation about difference between declare cursor and declare cursor *with hold*. if i'm working in multiuser regime, and need to pay attention to locks, do i *have* to use declare with hold? -- cvetic ------------------------------------------------------------------------ Posted via http://www.codecomments.com ------------------------------------------------------------------------ Hmm, don´t know about a switch for the WITH HOLD lock, I think you are
refering to the syntax of antoher database or you missing up something right ? But in common you should consider using a non cursor solution, because setbased operations are in general faster. HTH, Jens Suessmeyer. |
|||||||||||||||||||||||