Click here to Skip to main content
15,915,822 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSQL Server Error Pin
Vimalsoft(Pty) Ltd7-May-07 0:07
professionalVimalsoft(Pty) Ltd7-May-07 0:07 
AnswerRe: SQL Server Error Pin
Dave Kreskowiak7-May-07 7:05
mveDave Kreskowiak7-May-07 7:05 
QuestionSubscript out of range Pin
Vimalsoft(Pty) Ltd6-May-07 22:48
professionalVimalsoft(Pty) Ltd6-May-07 22:48 
AnswerRe: Subscript out of range Pin
Guffa6-May-07 23:54
Guffa6-May-07 23:54 
AnswerRe: Subscript out of range Pin
P P Vilsad7-May-07 3:18
P P Vilsad7-May-07 3:18 
GeneralRe: Subscript out of range Pin
Guffa7-May-07 6:01
Guffa7-May-07 6:01 
QuestionCopy string from 1st text file and replace thos string Pin
pankajs3k6-May-07 21:58
pankajs3k6-May-07 21:58 
AnswerRe: Copy string from 1st text file and replace thos string Pin
Christian Graus7-May-07 1:17
protectorChristian Graus7-May-07 1:17 
QuestionHow do i convert this code to vb.net Pin
Vimalsoft(Pty) Ltd6-May-07 21:44
professionalVimalsoft(Pty) Ltd6-May-07 21:44 
AnswerRe: How do i convert this code to vb.net Pin
Guffa6-May-07 23:15
Guffa6-May-07 23:15 
GeneralRe: How do i convert this code to vb.net Pin
Vimalsoft(Pty) Ltd6-May-07 23:56
professionalVimalsoft(Pty) Ltd6-May-07 23:56 
GeneralRe: How do i convert this code to vb.net Pin
Christian Graus7-May-07 1:21
protectorChristian Graus7-May-07 1:21 
GeneralRe: How do i convert this code to vb.net Pin
Dave Kreskowiak7-May-07 1:36
mveDave Kreskowiak7-May-07 1:36 
GeneralRe: How do i convert this code to vb.net Pin
Christian Graus7-May-07 1:48
protectorChristian Graus7-May-07 1:48 
GeneralRe: How do i convert this code to vb.net Pin
Vimalsoft(Pty) Ltd7-May-07 1:49
professionalVimalsoft(Pty) Ltd7-May-07 1:49 
AnswerRe: How do i convert this code to vb.net Pin
Guffa7-May-07 1:48
Guffa7-May-07 1:48 
QuestionSpecify a different tray in VB6 Pin
Werries6-May-07 20:27
Werries6-May-07 20:27 
AnswerRe: Specify a different tray in VB6 Pin
Werries6-May-07 20:42
Werries6-May-07 20:42 
QuestionProblem in returning a value Pin
Sonia Gupta6-May-07 18:45
Sonia Gupta6-May-07 18:45 
AnswerRe: Problem in returning a value Pin
Christian Graus6-May-07 19:10
protectorChristian Graus6-May-07 19:10 
QuestionRe: Problem in returning a value Pin
Sonia Gupta6-May-07 19:22
Sonia Gupta6-May-07 19:22 
AnswerRe: Problem in returning a value Pin
Christian Graus6-May-07 19:40
protectorChristian Graus6-May-07 19:40 
Questiondataset and datareader [modified] Pin
Sonia Gupta6-May-07 17:54
Sonia Gupta6-May-07 17:54 
AnswerRe: dataset and datareader Pin
Colin Angus Mackay6-May-07 23:12
Colin Angus Mackay6-May-07 23:12 
Nilish wrote:
I mean dataset closes the connection with the database after reading the records in bulk


Actually, no. The DataSet knows nothing about the connection at all. It is the DataAdapter that opens and closes the connection.


Nilish wrote:
and in both cases , i am facing the same problem , after an uncertain records or period of time.
and the problem is an error that gets occured . An Unspecified Error


Then the problem is most likely not to do with the DataReader Vs. DataAdapter, but something else. Where in the code does it fail? What are the relevant values of the variables and properties just prior to the failure.


Upcoming events:
* Glasgow: SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services...

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

QuestionRe: dataset and datareader Pin
Sonia Gupta6-May-07 23:46
Sonia Gupta6-May-07 23:46 

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.