Click here to Skip to main content
15,891,473 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL Pin
Richard Deeming8-Apr-13 4:01
mveRichard Deeming8-Apr-13 4:01 
AnswerRe: SQL Pin
Eddy Vluggen8-Apr-13 7:45
professionalEddy Vluggen8-Apr-13 7:45 
AnswerRe: SQL Pin
Mycroft Holmes8-Apr-13 12:59
professionalMycroft Holmes8-Apr-13 12:59 
AnswerRe: SQL Pin
GugliMugli9-Apr-13 3:11
GugliMugli9-Apr-13 3:11 
Questioncursor out of reference Pin
GugliMugli8-Apr-13 2:59
GugliMugli8-Apr-13 2:59 
AnswerRe: cursor out of reference Pin
Simon_Whale8-Apr-13 3:22
Simon_Whale8-Apr-13 3:22 
GeneralRe: cursor out of reference Pin
GuyThiebaut8-Apr-13 4:13
professionalGuyThiebaut8-Apr-13 4:13 
AnswerRe: cursor out of reference Pin
Simon_Whale8-Apr-13 4:33
Simon_Whale8-Apr-13 4:33 
Not used Oracle for a while but I would have a read of this Stackoverflow: pl-sql cursor[^]

it shows how you would construct your cursor. I think your problem is here


GugliMugli wrote:
CURSOR cur AS select a from abc;


it should be

SQL
declare cursor cur is
select a from abc

Lobster Thermidor aux crevettes with a Mornay sauce, served in a Provençale manner with shallots and aubergines, garnished with truffle pate, brandy and a fried egg on top and Spam - Monty Python Spam Sketch

GeneralRe: cursor out of reference Pin
GugliMugli8-Apr-13 19:39
GugliMugli8-Apr-13 19:39 
Answerthis is solved now..thanks a lot Pin
GugliMugli10-Apr-13 2:38
GugliMugli10-Apr-13 2:38 
Questionhow to convert sql server 2008 r2 database to sql server 2005 Pin
reyhane ramezanian6-Apr-13 22:47
reyhane ramezanian6-Apr-13 22:47 
AnswerRe: how to convert sql server 2008 r2 database to sql server 2005 Pin
Mycroft Holmes6-Apr-13 23:14
professionalMycroft Holmes6-Apr-13 23:14 
GeneralMessage Closed Pin
7-Apr-13 6:41
mveMaciej Los7-Apr-13 6:41 
GeneralRe: how to convert sql server 2008 r2 database to sql server 2005 Pin
Mycroft Holmes7-Apr-13 12:54
professionalMycroft Holmes7-Apr-13 12:54 
GeneralRe: how to convert sql server 2008 r2 database to sql server 2005 Pin
Maciej Los7-Apr-13 19:53
mveMaciej Los7-Apr-13 19:53 
AnswerRe: how to convert sql server 2008 r2 database to sql server 2005 Pin
Maciej Los7-Apr-13 19:50
mveMaciej Los7-Apr-13 19:50 
Questiondiffrence between with and temp table in sql Pin
mhd.sbt6-Apr-13 8:46
mhd.sbt6-Apr-13 8:46 
AnswerRe: diffrence between with and temp table in sql Pin
Mycroft Holmes6-Apr-13 23:12
professionalMycroft Holmes6-Apr-13 23:12 
GeneralRe: diffrence between with and temp table in sql Pin
mhd.sbt7-Apr-13 2:58
mhd.sbt7-Apr-13 2:58 
Questionwhat's the problem with this?! Pin
Jassim Rahma6-Apr-13 4:11
Jassim Rahma6-Apr-13 4:11 
AnswerRe: what's the problem with this?! Pin
Mycroft Holmes6-Apr-13 23:09
professionalMycroft Holmes6-Apr-13 23:09 
AnswerRe: what's the problem with this?! Pin
Richard MacCutchan7-Apr-13 1:16
mveRichard MacCutchan7-Apr-13 1:16 
Questioncompare performance between two query Pin
mhd.sbt4-Apr-13 23:30
mhd.sbt4-Apr-13 23:30 
AnswerRe: compare performance between two query Pin
Tim Carmichael5-Apr-13 3:11
Tim Carmichael5-Apr-13 3:11 
AnswerRe: compare performance between two query Pin
PIEBALDconsult5-Apr-13 3:21
mvePIEBALDconsult5-Apr-13 3:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.