Click here to Skip to main content
15,912,665 members
Home / Discussions / Database
   

Database

 
GeneralRe: Performance problem when closing the SqlDataReader Pin
CADMIN13-Mar-06 0:56
professionalCADMIN13-Mar-06 0:56 
AnswerRe: Performance problem when closing the SqlDataReader Pin
Mike Dimmick13-Mar-06 1:27
Mike Dimmick13-Mar-06 1:27 
GeneralRe: Performance problem when closing the SqlDataReader Pin
CADMIN13-Mar-06 3:06
professionalCADMIN13-Mar-06 3:06 
QuestionReading binary data Pin
NewbieDude12-Mar-06 19:06
NewbieDude12-Mar-06 19:06 
QuestionHow to execute a complex query in ado? Pin
sting_lee12-Mar-06 16:54
sting_lee12-Mar-06 16:54 
QuestionBinding Controls Problem Pin
nata200612-Mar-06 5:28
nata200612-Mar-06 5:28 
AnswerRe: Binding Controls Problem Pin
cbhkenshin12-Mar-06 22:25
cbhkenshin12-Mar-06 22:25 
GeneralRe: Binding Controls Problem Pin
nata200612-Mar-06 22:46
nata200612-Mar-06 22:46 
Thank you cbhkenshin for replying but it doesn't entirely solve my problem.
The thing is I want to create binding between the TextBox's txtAnnualIncome.Text property to the objFirm.AnnualIncome Property on the frmFirm_Load event. In this way, I can avoid initializing the TextBox to the saved value on the Form's startup and setting the value whenever it changes using txtAnnualIncome_Changed() event procedure.
The updating of the objFirm.AnnualIncome is done automaticly whenever the txtAnnualIncome.Text changes without a txtAnnualIncome_Changed() event procedure.
But then, of course, I can't use a try-catch block. I simply don't have where to put it.
I can give up binding all together but it's a very easy and powerfull mechanism and I'd like to use it if there's a work-around to solve the problem of the null valued data fields.
Hope I didn't mix things up too much.
nata2006.

Walk the way. Top down.

nata2005.
Questionselect command.. Pin
dansoft10-Mar-06 22:33
dansoft10-Mar-06 22:33 
AnswerRe: select command.. Pin
Mike Dimmick11-Mar-06 23:59
Mike Dimmick11-Mar-06 23:59 
AnswerRe: select command.. Pin
albCode12-Mar-06 6:26
albCode12-Mar-06 6:26 
AnswerRe: select command.. Pin
turbochimp12-Mar-06 19:57
turbochimp12-Mar-06 19:57 
QuestionForeign Key Pin
Waldermort10-Mar-06 21:30
Waldermort10-Mar-06 21:30 
AnswerRe: Foreign Key Pin
Mike Dimmick12-Mar-06 0:32
Mike Dimmick12-Mar-06 0:32 
AnswerRe: Foreign Key Pin
HimaBindu Vejella13-Mar-06 18:40
HimaBindu Vejella13-Mar-06 18:40 
QuestionT-SQL Help Pin
WDI10-Mar-06 20:16
WDI10-Mar-06 20:16 
AnswerRe: T-SQL Help Pin
Dave Kreskowiak11-Mar-06 17:45
mveDave Kreskowiak11-Mar-06 17:45 
QuestionADO.NET transactions affect performance? Pin
Judah Gabriel Himango10-Mar-06 6:29
sponsorJudah Gabriel Himango10-Mar-06 6:29 
AnswerRe: Transactions affect performance? Pin
Jörgen Sigvardsson10-Mar-06 10:00
Jörgen Sigvardsson10-Mar-06 10:00 
GeneralRe: Transactions affect performance? Pin
Judah Gabriel Himango10-Mar-06 10:34
sponsorJudah Gabriel Himango10-Mar-06 10:34 
GeneralRe: Transactions affect performance? Pin
Jörgen Sigvardsson10-Mar-06 10:52
Jörgen Sigvardsson10-Mar-06 10:52 
AnswerRe: Transactions affect performance? Pin
Jörgen Sigvardsson10-Mar-06 10:04
Jörgen Sigvardsson10-Mar-06 10:04 
GeneralRe: Transactions affect performance? Pin
Judah Gabriel Himango10-Mar-06 10:29
sponsorJudah Gabriel Himango10-Mar-06 10:29 
AnswerRe: Transactions affect performance? Pin
Rob Graham10-Mar-06 12:21
Rob Graham10-Mar-06 12:21 
GeneralRe: Transactions affect performance? Pin
Judah Gabriel Himango11-Mar-06 15:29
sponsorJudah Gabriel Himango11-Mar-06 15:29 

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.