Click here to Skip to main content
15,914,285 members
Home / Discussions / Database
   

Database

 
AnswerRe: Slow access through ADO.NET Pin
andyharman16-Jan-07 4:15
professionalandyharman16-Jan-07 4:15 
Questionquery for removing Table Space in oracle Pin
Mushtaque Nizamani16-Jan-07 2:13
Mushtaque Nizamani16-Jan-07 2:13 
AnswerRe: query for removing Table Space in oracle Pin
andyharman16-Jan-07 4:20
professionalandyharman16-Jan-07 4:20 
Questionsend Email thru sql server(Pls help urgent) Pin
vipinpaliwal198015-Jan-07 23:57
vipinpaliwal198015-Jan-07 23:57 
AnswerRe: send Email thru sql server(Pls help urgent) Pin
seekdharani16-Jan-07 0:57
seekdharani16-Jan-07 0:57 
QuestionString Comparison Pin
Girish48115-Jan-07 22:53
Girish48115-Jan-07 22:53 
AnswerRe: String Comparison Pin
Reza Raad16-Jan-07 0:00
Reza Raad16-Jan-07 0:00 
GeneralRe: String Comparison [modified] Pin
Girish48116-Jan-07 0:28
Girish48116-Jan-07 0:28 
GeneralRe: String Comparison Pin
Colin Angus Mackay16-Jan-07 0:54
Colin Angus Mackay16-Jan-07 0:54 
GeneralRe: String Comparison Pin
ChandraRam16-Jan-07 1:43
ChandraRam16-Jan-07 1:43 
GeneralRe: String Comparison Pin
Colin Angus Mackay16-Jan-07 2:01
Colin Angus Mackay16-Jan-07 2:01 
GeneralRe: String Comparison Pin
ChandraRam16-Jan-07 2:03
ChandraRam16-Jan-07 2:03 
GeneralRe: String Comparison Pin
ChandraRam16-Jan-07 21:06
ChandraRam16-Jan-07 21:06 
GeneralRe: String Comparison Pin
Girish48116-Jan-07 21:44
Girish48116-Jan-07 21:44 
QuestionSQL Server networking Pin
JacquesDP15-Jan-07 20:27
JacquesDP15-Jan-07 20:27 
AnswerRe: SQL Server networking Pin
Colin Angus Mackay15-Jan-07 22:34
Colin Angus Mackay15-Jan-07 22:34 
GeneralRe: SQL Server networking Pin
JacquesDP15-Jan-07 22:46
JacquesDP15-Jan-07 22:46 
GeneralRe: SQL Server networking Pin
JacquesDP15-Jan-07 22:58
JacquesDP15-Jan-07 22:58 
GeneralRe: SQL Server networking Pin
Colin Angus Mackay16-Jan-07 0:01
Colin Angus Mackay16-Jan-07 0:01 
QuestionRe: SQL Server networking [modified] Pin
JacquesDP16-Jan-07 0:21
JacquesDP16-Jan-07 0:21 
AnswerRe: SQL Server networking Pin
JacquesDP16-Jan-07 17:20
JacquesDP16-Jan-07 17:20 
QuestionBindingSource setting RowState.Modified on unchanged rows! [modified] Pin
nzmike15-Jan-07 17:01
nzmike15-Jan-07 17:01 
I have a VB.Net 2.0 app with a readonly DataGridView and a BindingSource and BindingNavigator which allows the user to edit, add and delete rows via my own custom controls (combobox, textbox etc). The table to edit is read in successfully then bound to (and displayed in) the DGV and I can do all the BindingNavigator stuff like editing fields from selected rows and adding/deleting rows as you'd expect. The problem I'm getting is that if I click on a row in the DGV but do not make any changes it is still marked as being changed (ie: RowState = Modified).
I would have expected that only the rows that actually changed would have this status - otherwise what's the point?

So I guess my question is why is the BindingSource (or BindingNavigator or DGV?) setting these unchanged rows to Modified and how can I stop it from doing that or tell which rows have genuinely changed data?

Hope someone can help as this one has me stumped!

Mike



-- modified at 23:15 Monday 15th January, 2007
QuestionSQLCLR Performance Issue Pin
fodonnel15-Jan-07 14:52
fodonnel15-Jan-07 14:52 
QuestionSQL DateDiff Question Pin
Hulicat15-Jan-07 14:21
Hulicat15-Jan-07 14:21 
AnswerRe: SQL DateDiff Question Pin
Jon Sagara15-Jan-07 14:25
Jon Sagara15-Jan-07 14:25 

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.