Click here to Skip to main content
15,891,607 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Need programming help. Pin
Manas Bhardwaj3-Jun-09 10:09
professionalManas Bhardwaj3-Jun-09 10:09 
AnswerRe: Need programming help. Pin
Christian Graus3-Jun-09 10:27
protectorChristian Graus3-Jun-09 10:27 
AnswerRe: Need programming help. Pin
Abhishek Sur3-Jun-09 12:06
professionalAbhishek Sur3-Jun-09 12:06 
Questionwhen using .mdb to upload files, it was good. but....in MSSQL.. Pin
lsh486love3-Jun-09 6:35
lsh486love3-Jun-09 6:35 
AnswerRe: when using .mdb to upload files, it was good. but....in MSSQL.. Pin
Ennis Ray Lynch, Jr.3-Jun-09 8:08
Ennis Ray Lynch, Jr.3-Jun-09 8:08 
QuestionOracle Data reader with Crystal Report Viewer Pin
Girish4813-Jun-09 4:16
Girish4813-Jun-09 4:16 
AnswerRe: Oracle Data reader with Crystal Report Viewer Pin
David Mujica3-Jun-09 4:31
David Mujica3-Jun-09 4:31 
AnswerRe: Oracle Data reader with Crystal Report Viewer Pin
Ennis Ray Lynch, Jr.3-Jun-09 5:07
Ennis Ray Lynch, Jr.3-Jun-09 5:07 
If you have a databinder then you can automatically create a dataset with the reader.

However, creating a data set with a data reader will never be faster than using the data reader alone. A data reader is a fast-forward, read only schema blind cursor (Ok, oracle supports cursor definitios) and is the absolute fastest possible way to retrieve non-bulk data from a database.

BTW, Console.WriteLine is slow.

One last thing, with Crystal you should be able to bind to a stored procedure to take advantage of the cursor and not require a dataset. Give it a shot.


Need custom software developed? I do C# development and consulting all over the United States.

A man said to the universe:
"Sir I exist!"
"However," replied the universe,
"The fact has not created in me
A sense of obligation."
--Stephen Crane


GeneralRe: Oracle Data reader with Crystal Report Viewer Pin
Girish4813-Jun-09 5:17
Girish4813-Jun-09 5:17 
GeneralRe: Oracle Data reader with Crystal Report Viewer Pin
Ennis Ray Lynch, Jr.3-Jun-09 5:19
Ennis Ray Lynch, Jr.3-Jun-09 5:19 
GeneralRe: Oracle Data reader with Crystal Report Viewer Pin
Girish4813-Jun-09 5:23
Girish4813-Jun-09 5:23 
GeneralRe: Oracle Data reader with Crystal Report Viewer Pin
Ennis Ray Lynch, Jr.3-Jun-09 5:26
Ennis Ray Lynch, Jr.3-Jun-09 5:26 
GeneralRe: Oracle Data reader with Crystal Report Viewer Pin
Girish4813-Jun-09 5:32
Girish4813-Jun-09 5:32 
GeneralRe: Oracle Data reader with Crystal Report Viewer Pin
Girish4814-Jun-09 0:25
Girish4814-Jun-09 0:25 
QuestionWeb App Builder Pin
developer63-Jun-09 3:53
developer63-Jun-09 3:53 
AnswerRe: Web App Builder Pin
Manas Bhardwaj3-Jun-09 4:07
professionalManas Bhardwaj3-Jun-09 4:07 
AnswerRe: Web App Builder Pin
RichardGrimmer3-Jun-09 4:55
RichardGrimmer3-Jun-09 4:55 
GeneralRe: Web App Builder Pin
developer63-Jun-09 5:07
developer63-Jun-09 5:07 
GeneralRe: Web App Builder Pin
RichardGrimmer5-Jun-09 1:03
RichardGrimmer5-Jun-09 1:03 
QuestionDetermine the type of request? Pin
Matt Cavanagh3-Jun-09 3:47
Matt Cavanagh3-Jun-09 3:47 
AnswerRe: Determine the type of request? Pin
Ennis Ray Lynch, Jr.3-Jun-09 5:10
Ennis Ray Lynch, Jr.3-Jun-09 5:10 
GeneralRe: Determine the type of request? Pin
Matt Cavanagh3-Jun-09 6:50
Matt Cavanagh3-Jun-09 6:50 
GeneralReally? Pin
Ennis Ray Lynch, Jr.3-Jun-09 8:05
Ennis Ray Lynch, Jr.3-Jun-09 8:05 
QuestionCopy web reference to local folder Pin
QuickDeveloper3-Jun-09 3:41
QuickDeveloper3-Jun-09 3:41 
AnswerRe: Copy web reference to local folder Pin
Matt Cavanagh3-Jun-09 3:48
Matt Cavanagh3-Jun-09 3:48 

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.