Click here to Skip to main content
15,894,017 members
Home / Discussions / Database
   

Database

 
AnswerRe: Transaction to update multipel values in a table Pin
Pete O'Hanlon4-Oct-10 0:14
mvePete O'Hanlon4-Oct-10 0:14 
QuestionRe: Transaction to update multipel values in a table Pin
diePopster4-Oct-10 0:20
diePopster4-Oct-10 0:20 
AnswerRe: Transaction to update multipel values in a table Pin
Pete O'Hanlon4-Oct-10 1:02
mvePete O'Hanlon4-Oct-10 1:02 
QuestionSQL 2008 - Nested transactions Pin
ofirbt3-Oct-10 2:06
ofirbt3-Oct-10 2:06 
AnswerRe: SQL 2008 - Nested transactions Pin
masoumeh20104-Oct-10 22:41
masoumeh20104-Oct-10 22:41 
GeneralRe: SQL 2008 - Nested transactions Pin
ofirbt4-Oct-10 23:22
ofirbt4-Oct-10 23:22 
QuestionCan we use sql connections for threads? Pin
pubududilena3-Oct-10 1:32
pubududilena3-Oct-10 1:32 
AnswerRe: Can we use sql connections for threads? Pin
PIEBALDconsult3-Oct-10 3:55
mvePIEBALDconsult3-Oct-10 3:55 
third method:-
2) Initialise 1st data adapter
3) Initialise 2nd data adapter
4) Initialise 3rd data adapter
1) Open sql connection
2) fill for the data table 1.
3) fill for the data table 2.
4) fill for the data table 3.
6) close connection.
5) Process my work


As to your second method... you do know that the DataAdapter will handle the open/close for you don't you?


Better yet, don't use DataAdapters, but that's another subject.


P.S. And why use separate ones rather than only one?
QuestionConfiguring ip address to sqlserver 2000 Pin
vijaylumar2-Oct-10 1:23
vijaylumar2-Oct-10 1:23 
AnswerRe: Configuring ip address to sqlserver 2000 Pin
Mycroft Holmes2-Oct-10 15:47
professionalMycroft Holmes2-Oct-10 15:47 
QuestionUser credentials verification Pin
codeproject.kiran1-Oct-10 19:34
codeproject.kiran1-Oct-10 19:34 
AnswerRe: User credentials verification Pin
Jörgen Andersson2-Oct-10 11:26
professionalJörgen Andersson2-Oct-10 11:26 
QuestionAdding existing database Pin
future38391-Oct-10 16:11
future38391-Oct-10 16:11 
AnswerRe: Adding existing database Pin
Karthik. A1-Oct-10 19:07
Karthik. A1-Oct-10 19:07 
QuestionSQL n00b looking for study resources! Pin
anthem1271-Oct-10 8:37
anthem1271-Oct-10 8:37 
AnswerRe: SQL n00b looking for study resources! Pin
ntsdev1-Oct-10 9:22
ntsdev1-Oct-10 9:22 
AnswerRe: SQL n00b looking for study resources! Pin
i.j.russell2-Oct-10 12:05
i.j.russell2-Oct-10 12:05 
GeneralRe: SQL n00b looking for study resources! Pin
anthem1272-Oct-10 12:07
anthem1272-Oct-10 12:07 
QuestionDelete Query not working Pin
T.RATHA KRISHNAN1-Oct-10 0:09
T.RATHA KRISHNAN1-Oct-10 0:09 
AnswerRe: Delete Query not working Pin
Gerben Jongerius1-Oct-10 2:04
Gerben Jongerius1-Oct-10 2:04 
QuestionThe Operation could not Completed. Not enough storage is available to complete this operation Pin
Vimalsoft(Pty) Ltd29-Sep-10 21:19
professionalVimalsoft(Pty) Ltd29-Sep-10 21:19 
AnswerRe: The Operation could not Completed. Not enough storage is available to complete this operation Pin
Mycroft Holmes30-Sep-10 1:26
professionalMycroft Holmes30-Sep-10 1:26 
GeneralRe: The Operation could not Completed. Not enough storage is available to complete this operation Pin
Vimalsoft(Pty) Ltd30-Sep-10 3:40
professionalVimalsoft(Pty) Ltd30-Sep-10 3:40 
GeneralRe: The Operation could not Completed. Not enough storage is available to complete this operation Pin
Eddy Vluggen30-Sep-10 6:34
professionalEddy Vluggen30-Sep-10 6:34 
GeneralRe: The Operation could not Completed. Not enough storage is available to complete this operation Pin
Mycroft Holmes30-Sep-10 11:56
professionalMycroft Holmes30-Sep-10 11:56 

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.