Click here to Skip to main content
15,896,111 members
Home / Discussions / Database
   

Database

 
AnswerRe: ASP.NET 3.5 incompatible with SQL Server 2000? Pin
Dave Kreskowiak8-Jan-09 8:22
mveDave Kreskowiak8-Jan-09 8:22 
Questionbackup the sql database Pin
Jassim Rahma8-Jan-09 5:00
Jassim Rahma8-Jan-09 5:00 
AnswerRe: backup the sql database Pin
Wendelius8-Jan-09 6:01
mentorWendelius8-Jan-09 6:01 
Questionbackup the sql database Pin
Jassim Rahma8-Jan-09 4:59
Jassim Rahma8-Jan-09 4:59 
AnswerRe: backup the sql database Pin
Wendelius8-Jan-09 6:00
mentorWendelius8-Jan-09 6:00 
GeneralRe: backup the sql database Pin
Jassim Rahma8-Jan-09 11:33
Jassim Rahma8-Jan-09 11:33 
GeneralRe: backup the sql database Pin
Wendelius8-Jan-09 11:39
mentorWendelius8-Jan-09 11:39 
QuestionPartial Result Set or view retrieval Pin
20c8-Jan-09 4:24
20c8-Jan-09 4:24 
Hello,

I store a lot of data in a table. An ordered subset of these data are to be displayed on a remote application. In order to minimize the network load and display latency I'd like to retrieve only the row that are really displayed. The remote application will request additional rows when the user scroll.

First I though I could use views and cursor to achieve this. It works well except when I need to display data add after the view creation. In this case I have to recreate the view which is quite long.

I'm connected through ODBC to SQL Server or MySQL. Is there an ODBC way to retrieve result set rows on demand (I don't want all the rows to be retrieved by the ODBC driver) ? So maybe I could use a simple SELECT request and get only the rows I need (assuming the SELECT will be fast enough).

Thanks
AnswerRe: Partial Result Set or view retrieval Pin
Wendelius8-Jan-09 4:52
mentorWendelius8-Jan-09 4:52 
QuestionRe: Partial Result Set or view retrieval Pin
20c8-Jan-09 5:15
20c8-Jan-09 5:15 
AnswerRe: Partial Result Set or view retrieval Pin
Wendelius8-Jan-09 5:57
mentorWendelius8-Jan-09 5:57 
Questionhow to use SQL server Compact edition with VS2008 professional edition Pin
vsaratkar8-Jan-09 2:52
vsaratkar8-Jan-09 2:52 
AnswerRe: how to use SQL server Compact edition with VS2008 professional edition Pin
Wendelius8-Jan-09 2:57
mentorWendelius8-Jan-09 2:57 
GeneralRe: how to use SQL server Compact edition with VS2008 professional edition Pin
vsaratkar8-Jan-09 7:44
vsaratkar8-Jan-09 7:44 
GeneralRe: how to use SQL server Compact edition with VS2008 professional edition Pin
Wendelius8-Jan-09 8:07
mentorWendelius8-Jan-09 8:07 
Questiondisplay week number Pin
rajkumar.38-Jan-09 0:18
rajkumar.38-Jan-09 0:18 
AnswerRe: display week number [modified] Pin
Wendelius8-Jan-09 1:39
mentorWendelius8-Jan-09 1:39 
QuestionSql Server 2000 working improperly after a power cut Pin
Aman Bhullar7-Jan-09 20:52
Aman Bhullar7-Jan-09 20:52 
AnswerRe: Sql Server 2000 working improperly after a power cut Pin
Wendelius7-Jan-09 21:11
mentorWendelius7-Jan-09 21:11 
QuestionMs access Pin
aerosmith2k17-Jan-09 13:19
aerosmith2k17-Jan-09 13:19 
AnswerRe: Ms access Pin
Wendelius7-Jan-09 19:44
mentorWendelius7-Jan-09 19:44 
QuestionHow to split a .CSV file using a key Pin
ptrckmc2497-Jan-09 6:58
ptrckmc2497-Jan-09 6:58 
AnswerRe: How to split a .CSV file using a key Pin
Wendelius7-Jan-09 20:48
mentorWendelius7-Jan-09 20:48 
QuestionChinese characters in SELECT query Pin
Varghese Paul M7-Jan-09 2:10
Varghese Paul M7-Jan-09 2:10 
AnswerRe: Chinese characters in SELECT query Pin
Wendelius7-Jan-09 2:40
mentorWendelius7-Jan-09 2:40 

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.