Click here to Skip to main content
15,891,248 members
Home / Discussions / Database
   

Database

 
GeneralRe: TableAdapters results differ from Stored Procedure results, C# - SQL 2000 Pin
Mycroft Holmes11-Sep-12 1:10
professionalMycroft Holmes11-Sep-12 1:10 
AnswerRe: TableAdapters results differ from Stored Procedure results, C# - SQL 2000 Pin
Michael Potter11-Sep-12 4:06
Michael Potter11-Sep-12 4:06 
GeneralRe: TableAdapters results differ from Stored Procedure results, C# - SQL 2000 Pin
lowhitaker11-Sep-12 4:31
lowhitaker11-Sep-12 4:31 
QuestionHow do i solved Timeout Expired Error in ASP.net with Backend as SQL 2008 Pin
Pratibha Mhatre7-Sep-12 2:01
Pratibha Mhatre7-Sep-12 2:01 
QuestionRe: How do i solved Timeout Expired Error in ASP.net with Backend as SQL 2008 Pin
Eddy Vluggen7-Sep-12 2:53
professionalEddy Vluggen7-Sep-12 2:53 
Answerclose and dispose Pin
David Mujica7-Sep-12 5:10
David Mujica7-Sep-12 5:10 
GeneralRe: close and dispose Pin
Pratibha Mhatre19-Sep-12 20:05
Pratibha Mhatre19-Sep-12 20:05 
GeneralRe: close and dispose Pin
David Mujica20-Sep-12 10:22
David Mujica20-Sep-12 10:22 
without seeing the code directly, I can't say for sure if that is your problem, but why don't you just code it by hand. (not using the helper).

The basic idea is:

Open a connection to the database
create a SQLcommand which takes parameters
Load the parameters
while loop(more data to load)
execute SQL command
load new values in paramters
end while

close and dispose of connection and command object

The idea is that you have made one connection to the database, created one command and loop around the command just changing the parameters.

Just a thought. Rose | [Rose]
QuestionSequence of events inside a stored procedure Pin
Clive D. Pottinger6-Sep-12 8:13
Clive D. Pottinger6-Sep-12 8:13 
AnswerRe: Sequence of events inside a stored procedure Pin
Andrei Straut6-Sep-12 9:23
Andrei Straut6-Sep-12 9:23 
AnswerRe: Sequence of events inside a stored procedure Pin
PIEBALDconsult6-Sep-12 9:49
mvePIEBALDconsult6-Sep-12 9:49 
AnswerRe: Sequence of events inside a stored procedure Pin
Clive D. Pottinger7-Sep-12 6:42
Clive D. Pottinger7-Sep-12 6:42 
JokeRe: Sequence of events inside a stored procedure Pin
cbeglobal12-Sep-12 1:44
cbeglobal12-Sep-12 1:44 
Questioni m new in sql.i want print a message(the table employe is not exist in database) in error handling with try and catch Pin
Rashid Choudhary6-Sep-12 2:02
Rashid Choudhary6-Sep-12 2:02 
AnswerRe: i m new in sql.i want print a message(the table employe is not exist in database) in error handling with try and catch Pin
Wes Aday6-Sep-12 2:26
professionalWes Aday6-Sep-12 2:26 
AnswerRe: i m new in sql.i want print a message(the table employe is not exist in database) in error handling with try and catch Pin
Eddy Vluggen6-Sep-12 2:28
professionalEddy Vluggen6-Sep-12 2:28 
AnswerRe: i m new in sql.i want print a message(the table employe is not exist in database) in error handling with try and catch Pin
PIEBALDconsult6-Sep-12 3:33
mvePIEBALDconsult6-Sep-12 3:33 
QuestionRetrieve records from sqlserver 2005 which are today inserted Pin
sali225-Sep-12 15:23
sali225-Sep-12 15:23 
AnswerRe: Retrieve records from sqlserver 2005 which are today inserted Pin
PIEBALDconsult5-Sep-12 17:17
mvePIEBALDconsult5-Sep-12 17:17 
AnswerRe: Retrieve records from sqlserver 2005 which are today inserted Pin
sali225-Sep-12 17:33
sali225-Sep-12 17:33 
GeneralRe: Retrieve records from sqlserver 2005 which are today inserted Pin
PIEBALDconsult5-Sep-12 18:07
mvePIEBALDconsult5-Sep-12 18:07 
AnswerMessage Closed Pin
5-Sep-12 22:37
Santhosh Kumar Jayaraman5-Sep-12 22:37 
GeneralRe: Retrieve records from sqlserver 2005 which are today inserted Pin
PIEBALDconsult6-Sep-12 4:51
mvePIEBALDconsult6-Sep-12 4:51 
QuestionHow to join two sql queries together? Pin
turbosupramk35-Sep-12 11:09
turbosupramk35-Sep-12 11:09 
AnswerRe: How to join two sql queries together? Pin
Mycroft Holmes5-Sep-12 12:49
professionalMycroft Holmes5-Sep-12 12:49 

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.