Click here to Skip to main content
15,895,011 members
Home / Discussions / Database
   

Database

 
GeneralRe: Find an replace text in Row in a DataTable Pin
blackhole07721-Oct-05 9:46
blackhole07721-Oct-05 9:46 
GeneralRe: Find an replace text in Row in a DataTable Pin
S Douglas23-Oct-05 22:01
professionalS Douglas23-Oct-05 22:01 
GeneralRe: Find an replace text in Row in a DataTable Pin
blackhole07724-Oct-05 9:27
blackhole07724-Oct-05 9:27 
GeneralRe: Find an replace text in Row in a DataTable Pin
S Douglas24-Oct-05 12:29
professionalS Douglas24-Oct-05 12:29 
GeneralRe: Find an replace text in Row in a DataTable Pin
S Douglas23-Oct-05 23:40
professionalS Douglas23-Oct-05 23:40 
GeneralRe: Find an replace text in Row in a DataTable Pin
blackhole07729-Oct-05 18:24
blackhole07729-Oct-05 18:24 
GeneralRe: Find an replace text in Row in a DataTable Pin
S Douglas30-Oct-05 16:05
professionalS Douglas30-Oct-05 16:05 
QuestionDetermining whether DataRow values have changed Pin
GazzaJ20-Oct-05 5:55
GazzaJ20-Oct-05 5:55 
I have an application with a strongly typed Dataset which I populate and then transform the rows in the DataTable into objects used in my application. The application then updates the objects and I call code to update the appropriate DataRows before submitting the updates to the table.

I originally wrote the method to update the DataRow to update each column in the row using the value in the object passed in. This however causes the RowState of the DataRow to change from Unchanged to Modified even if the value has not changed. Therefore I have logic to check the values in the DataRow with the value in the object and only update if there is a change, this logic incorporates checking for null values also.

Is there any method of getting the DataRow to do this automatically?
QuestionSomeone answer my questions,please! Pin
Deema Jack20-Oct-05 2:55
Deema Jack20-Oct-05 2:55 
AnswerRe: Someone answer my questions,please! Pin
Colin Angus Mackay20-Oct-05 6:35
Colin Angus Mackay20-Oct-05 6:35 
QuestionWeb part database access Pin
phy6njsb20-Oct-05 0:30
phy6njsb20-Oct-05 0:30 
AnswerRe: Web part database access Pin
Michael Potter20-Oct-05 11:23
Michael Potter20-Oct-05 11:23 
GeneralRe: Web part database access Pin
phy6njsb20-Oct-05 22:48
phy6njsb20-Oct-05 22:48 
GeneralRe: Web part database access Pin
Michael Potter21-Oct-05 3:21
Michael Potter21-Oct-05 3:21 
GeneralRe: Web part database access Pin
phy6njsb23-Oct-05 22:54
phy6njsb23-Oct-05 22:54 
GeneralRe: Web part database access Pin
Michael Potter24-Oct-05 3:15
Michael Potter24-Oct-05 3:15 
GeneralRe: Web part database access Pin
phy6njsb24-Oct-05 3:53
phy6njsb24-Oct-05 3:53 
Questionhelp!!!!!!!.............. please Pin
alonso2k8119-Oct-05 11:46
alonso2k8119-Oct-05 11:46 
AnswerRe: help!!!!!!!.............. please Pin
TheOnlyFalcon21-Oct-05 14:41
TheOnlyFalcon21-Oct-05 14:41 
QuestionBindingContext Pin
NormBohana19-Oct-05 8:44
NormBohana19-Oct-05 8:44 
QuestionAuto-generating SQL to fill a DataSet Pin
GazzaJ19-Oct-05 1:01
GazzaJ19-Oct-05 1:01 
AnswerRe: Auto-generating SQL to fill a DataSet Pin
miah alom19-Oct-05 4:01
miah alom19-Oct-05 4:01 
Questiondebug sql stored procedure Pin
nripin18-Oct-05 17:49
sussnripin18-Oct-05 17:49 
AnswerRe: debug sql stored procedure Pin
Scott Serl19-Oct-05 6:55
Scott Serl19-Oct-05 6:55 
GeneralRe: debug sql stored procedure Pin
nripin19-Oct-05 17:55
sussnripin19-Oct-05 17:55 

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.