Click here to Skip to main content
15,906,816 members
Home / Discussions / Database
   

Database

 
AnswerRe: Reportviewer control Pin
Paul Conrad24-Jul-07 5:56
professionalPaul Conrad24-Jul-07 5:56 
GeneralRe: Reportviewer control Pin
Rupesh Kumar Swami26-Jul-07 19:53
Rupesh Kumar Swami26-Jul-07 19:53 
Questionmultible images from databse Pin
cool34922-Jul-07 12:17
cool34922-Jul-07 12:17 
AnswerRe: multible images from databse Pin
Pete O'Hanlon23-Jul-07 1:51
mvePete O'Hanlon23-Jul-07 1:51 
Questioniterating values in sql Pin
n_gchaitra22-Jul-07 0:07
n_gchaitra22-Jul-07 0:07 
AnswerRe: iterating values in sql Pin
Joe22-Jul-07 21:21
Joe22-Jul-07 21:21 
GeneralRe: iterating values in sql Pin
n_gchaitra23-Jul-07 1:53
n_gchaitra23-Jul-07 1:53 
AnswerRe: iterating values in sql Pin
jonathan1523-Jul-07 5:34
jonathan1523-Jul-07 5:34 
What you are looking for is a cursor (at least if you are using sql server).
cursors allow you to iterate through a set of results returned by a select statement and perform any number of sql actions on each iteration. Be careful though as SQL is designed for Set based actions not iterative procedures so the performance overhead against a properly designed query (if one would be possible for what you want to do) is huge.

Just google for 'SQL Cursor' and you should find what you want.

Jonathan
GeneralRe: iterating values in sql Pin
n_gchaitra23-Jul-07 17:31
n_gchaitra23-Jul-07 17:31 
QuestionUpdate clause using if condition Pin
n_gchaitra21-Jul-07 22:05
n_gchaitra21-Jul-07 22:05 
AnswerRe: Update clause using if condition Pin
Colin Angus Mackay21-Jul-07 22:48
Colin Angus Mackay21-Jul-07 22:48 
Questiondatedifference from two different tables Pin
n_gchaitra21-Jul-07 21:01
n_gchaitra21-Jul-07 21:01 
AnswerRe: datedifference from two different tables Pin
N a v a n e e t h22-Jul-07 22:51
N a v a n e e t h22-Jul-07 22:51 
GeneralRe: datedifference from two different tables Pin
n_gchaitra23-Jul-07 1:51
n_gchaitra23-Jul-07 1:51 
QuestionAccess to one table in quick succession cause problem. Pin
cosma21721-Jul-07 11:04
cosma21721-Jul-07 11:04 
QuestionReport genaration: Data exchange to MS-Excel Pin
Ravisubrahmanya21-Jul-07 3:11
Ravisubrahmanya21-Jul-07 3:11 
AnswerRe: Report genaration: Data exchange to MS-Excel Pin
Rob Graham21-Jul-07 4:07
Rob Graham21-Jul-07 4:07 
AnswerRe: Report genaration: Data exchange to MS-Excel Pin
Ravisubrahmanya21-Jul-07 6:54
Ravisubrahmanya21-Jul-07 6:54 
QuestionRe: Report genaration: Data exchange to MS-Excel Pin
Ravisubrahmanya21-Jul-07 7:26
Ravisubrahmanya21-Jul-07 7:26 
QuestionHow to restore MSDE server data into SQL server database? Pin
Ravisubrahmanya21-Jul-07 2:45
Ravisubrahmanya21-Jul-07 2:45 
AnswerRe: How to restore MSDE server data into SQL server database? Pin
Rob Graham21-Jul-07 3:57
Rob Graham21-Jul-07 3:57 
Questionunexpected behaviour of Reportviewer control Pin
Rupesh Kumar Swami20-Jul-07 23:00
Rupesh Kumar Swami20-Jul-07 23:00 
QuestionSelecting records of last two days: Pin
Shahzad.Aslam20-Jul-07 21:43
Shahzad.Aslam20-Jul-07 21:43 
AnswerRe: Selecting records of last two days: Pin
Christian Graus20-Jul-07 21:47
protectorChristian Graus20-Jul-07 21:47 
AnswerRe: Selecting records of last two days: Pin
bablu_singh22-Jul-07 19:49
bablu_singh22-Jul-07 19:49 

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.