Click here to Skip to main content
15,899,314 members
Home / Discussions / Database
   

Database

 
GeneralRe: Subquery Pin
Uma Kameswari24-Jul-06 1:44
Uma Kameswari24-Jul-06 1:44 
QuestionRegarding DataGrid Pin
dayakar_dn23-Jul-06 20:07
dayakar_dn23-Jul-06 20:07 
AnswerRe: Regarding DataGrid Pin
rah_sin24-Jul-06 0:05
professionalrah_sin24-Jul-06 0:05 
QuestionHow do I display in a textbox a relational database field Pin
Glen Harvy23-Jul-06 19:17
Glen Harvy23-Jul-06 19:17 
AnswerRe: How do I display in a textbox a relational database field Pin
ToddHileHoffer24-Jul-06 3:40
ToddHileHoffer24-Jul-06 3:40 
GeneralRe: How do I display in a textbox a relational database field Pin
Glen Harvy27-Jul-06 23:53
Glen Harvy27-Jul-06 23:53 
QuestionCursor limitations Pin
cmk23-Jul-06 18:23
cmk23-Jul-06 18:23 
AnswerRe: Cursor limitations Pin
Mike Dimmick24-Jul-06 6:11
Mike Dimmick24-Jul-06 6:11 
I think the only decent answer you'll get will be from the Microsoft SQL Server team. I'm assuming that you don't already have a blogs.msdn.com profile. On the top-left of the page click Sign In, then follow the screens to create a profile and log in. Once you've done this you'll be able to leave a comment on that blog entry.

I suspect it's something like that: FAST FORWARD ONLY cursors only work if all the data is in-row - text, ntext and image columns are stored externally, on a different database page, to the normal data (the row contains a pointer to the text/ntext/image data). A DYNAMIC cursor only works if the data is in the order it comes from the database tables but can cope with off-row data. A KEYSET cursor requires that there's a primary key value available for the data (the cursor data consists of the set of keys). A STATIC cursor is just a complete copy of the results retrieved.

Stability. What an interesting concept. -- Chris Maunder

GeneralRe: Cursor limitations [modified] Pin
cmk24-Jul-06 12:47
cmk24-Jul-06 12:47 
QuestionADO.NET Question Pin
ghost18123-Jul-06 18:09
ghost18123-Jul-06 18:09 
AnswerRe: ADO.NET Question Pin
Mairaaj Khan23-Jul-06 19:06
professionalMairaaj Khan23-Jul-06 19:06 
AnswerRe: ADO.NET Question Pin
Colin Angus Mackay23-Jul-06 20:02
Colin Angus Mackay23-Jul-06 20:02 
GeneralRe: ADO.NET Question Pin
ghost18124-Jul-06 4:01
ghost18124-Jul-06 4:01 
GeneralRe: ADO.NET Question Pin
S Douglas29-Jul-06 21:16
professionalS Douglas29-Jul-06 21:16 
GeneralRe: ADO.NET Question Pin
Colin Angus Mackay29-Jul-06 22:41
Colin Angus Mackay29-Jul-06 22:41 
QuestionGet Data Vertically From Clone Tables Pin
Heinz_23-Jul-06 17:06
Heinz_23-Jul-06 17:06 
AnswerRe: Get Data Vertically From Clone Tables Pin
Eric Dahlvang24-Jul-06 3:13
Eric Dahlvang24-Jul-06 3:13 
GeneralRe: Get Data Vertically From Clone Tables Pin
Heinz_24-Jul-06 7:36
Heinz_24-Jul-06 7:36 
QuestionSQL - Invalid use of IS operator in query expression Pin
silvioribeiro23-Jul-06 11:44
silvioribeiro23-Jul-06 11:44 
AnswerRe: SQL - Invalid use of IS operator in query expression Pin
Rob Graham23-Jul-06 13:22
Rob Graham23-Jul-06 13:22 
AnswerRe: SQL - Invalid use of IS operator in query expression Pin
Eric Dahlvang24-Jul-06 3:18
Eric Dahlvang24-Jul-06 3:18 
QuestionADO.NET disconnected model doubts Pin
Gilles Plante23-Jul-06 7:37
Gilles Plante23-Jul-06 7:37 
AnswerRe: ADO.NET disconnected model doubts Pin
S Douglas5-Sep-06 14:50
professionalS Douglas5-Sep-06 14:50 
Questionsql server 2000 security problem, please help... Pin
Alaa' Al Atrash23-Jul-06 0:15
Alaa' Al Atrash23-Jul-06 0:15 
AnswerRe: sql server 2000 security problem, please help... Pin
Colin Angus Mackay23-Jul-06 1:05
Colin Angus Mackay23-Jul-06 1:05 

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.