Click here to Skip to main content
15,926,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: I don't see a data reader in the toolbox? Pin
Dave Kreskowiak3-Jan-06 5:36
mveDave Kreskowiak3-Jan-06 5:36 
GeneralRe: I don't see a data reader in the toolbox? Pin
kenn_rosie3-Jan-06 5:37
kenn_rosie3-Jan-06 5:37 
GeneralRe: I don't see a data reader in the toolbox? Pin
Dave Kreskowiak3-Jan-06 5:48
mveDave Kreskowiak3-Jan-06 5:48 
GeneralRe: I don't see a data reader in the toolbox? Pin
kenn_rosie3-Jan-06 5:52
kenn_rosie3-Jan-06 5:52 
GeneralRe: I don't see a data reader in the toolbox? Pin
Dave Kreskowiak3-Jan-06 6:43
mveDave Kreskowiak3-Jan-06 6:43 
AnswerRe: I don't see a data reader in the toolbox? Pin
Colin Angus Mackay3-Jan-06 5:47
Colin Angus Mackay3-Jan-06 5:47 
GeneralRe: I don't see a data reader in the toolbox? Pin
kenn_rosie3-Jan-06 5:55
kenn_rosie3-Jan-06 5:55 
GeneralRe: I don't see a data reader in the toolbox? Pin
Colin Angus Mackay3-Jan-06 6:40
Colin Angus Mackay3-Jan-06 6:40 
kenn_rosie wrote:
do I need to open the SqlDataAdapter from the tool box and the dataReader is part of that?


While the SqlDataAdapter uses an SqlDataReader internally, you never get to see it. What happens is that the data adapter:
Opens the connection
Executes the command getting a data reader
Uses the data reader to build the DataSet
Closes the Data Reader
Closes the connection (but, only if it was closed to start with)
Returns the DataSet



ColinMackay.net
"Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

GeneralRe: I don't see a data reader in the toolbox? Pin
kenn_rosie3-Jan-06 6:02
kenn_rosie3-Jan-06 6:02 
GeneralRe: I don't see a data reader in the toolbox? Pin
Colin Angus Mackay3-Jan-06 6:42
Colin Angus Mackay3-Jan-06 6:42 
QuestionHow can i get the system contextmenu of any type files(for example,the *.txt file)? Pin
dyh22223-Jan-06 4:47
dyh22223-Jan-06 4:47 
Questionglitch occurs Pin
tamila_tamila3-Jan-06 2:59
tamila_tamila3-Jan-06 2:59 
AnswerRe: glitch occurs Pin
tamila_tamila3-Jan-06 3:01
tamila_tamila3-Jan-06 3:01 
AnswerRe: glitch occurs Pin
Dave Kreskowiak3-Jan-06 5:29
mveDave Kreskowiak3-Jan-06 5:29 
GeneralRe: glitch occurs Pin
S. Senthil Kumar3-Jan-06 5:44
S. Senthil Kumar3-Jan-06 5:44 
GeneralRe: glitch occurs Pin
Dave Kreskowiak3-Jan-06 6:18
mveDave Kreskowiak3-Jan-06 6:18 
GeneralRe: glitch occurs Pin
tamila_tamila3-Jan-06 19:35
tamila_tamila3-Jan-06 19:35 
QuestionText files and sql server 2000 Pin
fotis-greece3-Jan-06 2:06
fotis-greece3-Jan-06 2:06 
AnswerRe: Text files and sql server 2000 Pin
Colin Angus Mackay3-Jan-06 2:16
Colin Angus Mackay3-Jan-06 2:16 
GeneralRe: Text files and sql server 2000 Pin
fotis-greece3-Jan-06 2:25
fotis-greece3-Jan-06 2:25 
GeneralRe: Text files and sql server 2000 Pin
J4amieC3-Jan-06 2:47
J4amieC3-Jan-06 2:47 
GeneralRe: Text files and sql server 2000 Pin
Colin Angus Mackay3-Jan-06 2:48
Colin Angus Mackay3-Jan-06 2:48 
GeneralRe: Text files and sql server 2000 Pin
fotis-greece3-Jan-06 2:57
fotis-greece3-Jan-06 2:57 
QuestionWeb Service Debugging Problem :( Pin
Sufyan_shani3-Jan-06 1:55
Sufyan_shani3-Jan-06 1:55 
AnswerRe: Web Service Debugging Problem :( Pin
Dave Kreskowiak3-Jan-06 5:25
mveDave Kreskowiak3-Jan-06 5:25 

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.