Click here to Skip to main content
15,900,108 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: gurbage values coming from the comport while using mscomm32.ocx Pin
Rajesh Anuhya25-Nov-08 19:11
professionalRajesh Anuhya25-Nov-08 19:11 
QuestionIs it possible to build a control array based on existing controls created at design time? Pin
Jon_Boy25-Nov-08 7:10
Jon_Boy25-Nov-08 7:10 
AnswerRe: Is it possible to build a control array based on existing controls created at design time? Pin
Jon_Boy25-Nov-08 7:36
Jon_Boy25-Nov-08 7:36 
GeneralRe: Is it possible to build a control array based on existing controls created at design time? Pin
Dave Kreskowiak25-Nov-08 8:20
mveDave Kreskowiak25-Nov-08 8:20 
AnswerRe: Is it possible to build a control array based on existing controls created at design time? Pin
Christian Graus25-Nov-08 9:34
protectorChristian Graus25-Nov-08 9:34 
AnswerRe: Is it possible to build a control array based on existing controls created at design time? Pin
Gideon Engelberth25-Nov-08 10:55
Gideon Engelberth25-Nov-08 10:55 
GeneralRe: Is it possible to build a control array based on existing controls created at design time? Pin
Jon_Boy26-Nov-08 3:51
Jon_Boy26-Nov-08 3:51 
QuestionReceiving the error "There is already an open DataReader associated with this Command which must be closed first." [solved] Pin
Marcus J. Smith25-Nov-08 4:08
professionalMarcus J. Smith25-Nov-08 4:08 
I am working to add some additional functionality to a project and without changing anything to a particular form and DataSet object I began getting the error "There is already an open DataReader associated with this Command which must be closed first.". I am using a DataSet object that is actually part of the project which contains 2 datatables. I fill one for a large datagridview and fill the other table based on the row selection in the first. This has been working fine until today. I have already tried the "MultipleActiveResultSets=true;" parameter in the connection string and it makes no difference.

Resolution:
I just began setting the Dataset connection programmatically to override what was set at design time. I was using the same connection for both table adapters and after letting Ben's response sink in I realized what I was doing.

Thanks!


CleaKO

"Now, a man would have opened both gates, driven through and not bothered to close either gate." - Marc Clifton (The Lounge)

modified on Tuesday, November 25, 2008 2:57 PM

AnswerRe: Receiving the error "There is already an open DataReader associated with this Command which must be closed first." Pin
Ben Fair25-Nov-08 4:23
Ben Fair25-Nov-08 4:23 
GeneralRe: Receiving the error "There is already an open DataReader associated with this Command which must be closed first." Pin
Marcus J. Smith25-Nov-08 4:27
professionalMarcus J. Smith25-Nov-08 4:27 
Questiondelete questions Pin
yaya_star24-Nov-08 21:34
yaya_star24-Nov-08 21:34 
AnswerRe: delete questions Pin
Nanda_MR24-Nov-08 22:09
Nanda_MR24-Nov-08 22:09 
GeneralRe: delete questions Pin
yaya_star24-Nov-08 22:14
yaya_star24-Nov-08 22:14 
GeneralRe: delete questions Pin
indian14324-Nov-08 22:55
indian14324-Nov-08 22:55 
AnswerRe: delete questions Pin
Christian Graus24-Nov-08 23:08
protectorChristian Graus24-Nov-08 23:08 
GeneralRe: delete questions Pin
dan!sh 25-Nov-08 4:01
professional dan!sh 25-Nov-08 4:01 
QuestionHelp in reading File Pin
yaya_star24-Nov-08 21:28
yaya_star24-Nov-08 21:28 
AnswerRe: Help in reading File Pin
indian14324-Nov-08 21:43
indian14324-Nov-08 21:43 
GeneralRe: Help in reading File Pin
yaya_star24-Nov-08 21:52
yaya_star24-Nov-08 21:52 
GeneralRe: Help in reading File Pin
Ashfield24-Nov-08 22:10
Ashfield24-Nov-08 22:10 
GeneralRe: Help in reading File Pin
yaya_star24-Nov-08 22:15
yaya_star24-Nov-08 22:15 
GeneralRe: Help in reading File Pin
Ashfield25-Nov-08 1:13
Ashfield25-Nov-08 1:13 
AnswerRe: Help in reading File Pin
Christian Graus24-Nov-08 23:08
protectorChristian Graus24-Nov-08 23:08 
AnswerRe: Help in reading File Pin
riced26-Nov-08 1:55
riced26-Nov-08 1:55 
GeneralRe: Help in reading File Pin
yaya_star1-Dec-08 18:54
yaya_star1-Dec-08 18:54 

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.