Click here to Skip to main content
15,888,521 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: help about Max value?? Pin
Dave Kreskowiak20-Mar-08 5:28
mveDave Kreskowiak20-Mar-08 5:28 
GeneralRe: help about Max value?? Pin
outaleb20-Mar-08 5:34
outaleb20-Mar-08 5:34 
GeneralRe: help about Max value?? Pin
Dave Kreskowiak20-Mar-08 5:58
mveDave Kreskowiak20-Mar-08 5:58 
GeneralRe: help about Max value?? Pin
Paul Conrad20-Mar-08 6:01
professionalPaul Conrad20-Mar-08 6:01 
GeneralRe: help about Max value?? Pin
outaleb20-Mar-08 6:26
outaleb20-Mar-08 6:26 
GeneralRe: help about Max value?? Pin
Paul Conrad20-Mar-08 6:51
professionalPaul Conrad20-Mar-08 6:51 
GeneralRe: help about Max value?? Pin
outaleb27-Mar-08 1:20
outaleb27-Mar-08 1:20 
QuestionWhy does it give me this error? Pin
jdstuart20-Mar-08 0:56
jdstuart20-Mar-08 0:56 
Good day.

I'm running the following code:
Me.ClientsTableAdapter.Fill(Me.DataDataSet.Clients)
Me.TransactionsTableAdapter.Fill(Me.DataDataSet.Transactions)
Me.ContactDetailsTableAdapter.Fill(Me.DataDataSet.ContactDetails)


The first 2 lines complete perfectly and the 3rd one also completes if there's no data in the ContactDetails table. An error is given once one or more rows exist in the table.

The error given is:
"index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index"

I've tried filling other tables first as well, but with no success.
AnswerRe: Why does it give me this error? Pin
Dave Kreskowiak20-Mar-08 5:22
mveDave Kreskowiak20-Mar-08 5:22 
AnswerRe: Why does it give me this error? Pin
Christian Graus20-Mar-08 11:46
protectorChristian Graus20-Mar-08 11:46 
GeneralWeb Services in VB Pin
WinCrs19-Mar-08 23:29
WinCrs19-Mar-08 23:29 
GeneralRe: Web Services in VB Pin
Dave Kreskowiak20-Mar-08 5:15
mveDave Kreskowiak20-Mar-08 5:15 
Generalreading xml from string variable and writing it in file in vb.net Pin
sumit703419-Mar-08 22:58
sumit703419-Mar-08 22:58 
GeneralRe: reading xml from string variable and writing it in file in vb.net Pin
Dave Kreskowiak20-Mar-08 5:13
mveDave Kreskowiak20-Mar-08 5:13 
QuestionReading from an excel spreadsheet and storing the informaton in a table??? Pin
Mr Oizo19-Mar-08 22:30
Mr Oizo19-Mar-08 22:30 
AnswerRe: Reading from an excel spreadsheet and storing the informaton in a table??? [modified] Pin
Madang19-Mar-08 23:18
Madang19-Mar-08 23:18 
GeneralRe: Reading from an excel spreadsheet and storing the informaton in a table??? Pin
Mr Oizo20-Mar-08 0:26
Mr Oizo20-Mar-08 0:26 
QuestionProgram Is Runing? Pin
Mogtabam19-Mar-08 19:15
Mogtabam19-Mar-08 19:15 
AnswerRe: Program Is Runing? Pin
Nilesh Hapse19-Mar-08 19:44
Nilesh Hapse19-Mar-08 19:44 
AnswerRe: Program Is Runing? Pin
Dave Kreskowiak20-Mar-08 5:08
mveDave Kreskowiak20-Mar-08 5:08 
AnswerRe: Program Is Runing? Pin
LloydA11122-Mar-08 8:23
LloydA11122-Mar-08 8:23 
Generalhalt macro Pin
Orlando234519-Mar-08 16:47
Orlando234519-Mar-08 16:47 
GeneralRe: halt macro Pin
Anoop Brijmohun19-Mar-08 20:22
Anoop Brijmohun19-Mar-08 20:22 
QuestionHow to load excel records into oracle table using vb.net Pin
Madang19-Mar-08 16:22
Madang19-Mar-08 16:22 
AnswerRe: How to load excel records into oracle table using vb.net Pin
Dave Kreskowiak20-Mar-08 5:10
mveDave Kreskowiak20-Mar-08 5:10 

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.