Click here to Skip to main content
15,913,587 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL optimization Pin
Daniel Turini16-Jan-03 6:35
Daniel Turini16-Jan-03 6:35 
GeneralRe: SQL optimization Pin
Shaun Wilde16-Jan-03 22:47
Shaun Wilde16-Jan-03 22:47 
GeneralSQL statement not returning results Pin
mcm15-Jan-03 5:26
mcm15-Jan-03 5:26 
GeneralRe: SQL statement not returning results Pin
SimonS15-Jan-03 21:49
SimonS15-Jan-03 21:49 
GeneralHuge DataTable & ComboBox Pin
jpeg15-Jan-03 5:25
jpeg15-Jan-03 5:25 
GeneralRe: Huge DataTable & ComboBox Pin
Hesham Amin15-Jan-03 11:24
Hesham Amin15-Jan-03 11:24 
GeneralRe: Huge DataTable & ComboBox Pin
jpeg15-Jan-03 21:36
jpeg15-Jan-03 21:36 
GeneralRe: Huge DataTable & ComboBox Pin
Hesham Amin16-Jan-03 9:04
Hesham Amin16-Jan-03 9:04 
Hi..
As you are using C# so you don't use ADO .. you use ADO.NET which does not support dynamic cursor because ADO.NET is based on the disconnected model (you get all the data once then you close the connection)

so for your problem I recommend you to use DataReader
read this carefully:
in MSDN:

You can use the ADO.NET DataReader to retrieve a read-only, forward-only stream of data from a database. Using the DataReader can increase application performance and reduce system overhead because only one row at a time is ever in memory.

GeneralRe: Huge DataTable & ComboBox Pin
jpeg16-Jan-03 20:53
jpeg16-Jan-03 20:53 
GeneralRe: Huge DataTable & ComboBox Pin
Hesham Amin16-Jan-03 22:14
Hesham Amin16-Jan-03 22:14 
GeneralRe: Huge DataTable & ComboBox Pin
SimonS15-Jan-03 21:59
SimonS15-Jan-03 21:59 
GeneralRe: Huge DataTable & ComboBox Pin
jpeg15-Jan-03 22:24
jpeg15-Jan-03 22:24 
GeneralRe: Huge DataTable & ComboBox Pin
SimonS15-Jan-03 23:49
SimonS15-Jan-03 23:49 
QuestionHow to use datetime fields in SQL server? Pin
Luca Leonardo Scorcia15-Jan-03 2:55
professionalLuca Leonardo Scorcia15-Jan-03 2:55 
AnswerRe: How to use datetime fields in SQL server? Pin
David Wulff15-Jan-03 4:50
David Wulff15-Jan-03 4:50 
AnswerRe: How to use datetime fields in SQL server? Pin
Richard Deeming15-Jan-03 7:27
mveRichard Deeming15-Jan-03 7:27 
GeneralRe: How to use datetime fields in SQL server? Pin
Luca Leonardo Scorcia15-Jan-03 10:10
professionalLuca Leonardo Scorcia15-Jan-03 10:10 
QuestionHow to detect that ADO Connction was failed Pin
ernst.maurer15-Jan-03 2:21
ernst.maurer15-Jan-03 2:21 
AnswerRe: How to detect that ADO Connction was failed Pin
Mazdak15-Jan-03 19:31
Mazdak15-Jan-03 19:31 
GeneralMultiple connection problem Pin
Hzi14-Jan-03 20:49
Hzi14-Jan-03 20:49 
GeneralRe: Multiple connection problem Pin
Anonymous15-Jan-03 20:23
Anonymous15-Jan-03 20:23 
GeneralRe: Multiple connection problem Pin
Hzi15-Jan-03 20:27
Hzi15-Jan-03 20:27 
GeneralRe: Multiple connection problem Pin
Hesham Amin15-Jan-03 20:32
Hesham Amin15-Jan-03 20:32 
GeneralRe: Multiple connection problem Pin
Hzi16-Jan-03 1:25
Hzi16-Jan-03 1:25 
GeneralRe: Multiple connection problem Pin
pushpi1-Feb-03 1:30
pushpi1-Feb-03 1:30 

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.