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

Database

 
GeneralRe: Problem with special characters in SqlParameter Pin
Mike Dimmick21-Jun-07 5:38
Mike Dimmick21-Jun-07 5:38 
GeneralRe: Problem with special characters in SqlParameter Pin
Krish - KP21-Jun-07 6:01
Krish - KP21-Jun-07 6:01 
QuestionFormula Pin
ScottM121-Jun-07 2:01
ScottM121-Jun-07 2:01 
AnswerRe: Formula Pin
Colin Angus Mackay21-Jun-07 2:18
Colin Angus Mackay21-Jun-07 2:18 
GeneralRe: Formula Pin
ScottM121-Jun-07 2:42
ScottM121-Jun-07 2:42 
AnswerRe: Formula Pin
Michael Potter21-Jun-07 11:11
Michael Potter21-Jun-07 11:11 
GeneralRe: Formula Pin
ScottM121-Jun-07 19:27
ScottM121-Jun-07 19:27 
Questionmax two records........ Pin
Member 387988121-Jun-07 1:34
Member 387988121-Jun-07 1:34 
AnswerRe: max two records........ Pin
WhiteGirl2321-Jun-07 2:00
WhiteGirl2321-Jun-07 2:00 
GeneralRe: max two records........ Pin
ScottM121-Jun-07 2:10
ScottM121-Jun-07 2:10 
AnswerRe: max two records........ Pin
ScottM121-Jun-07 2:04
ScottM121-Jun-07 2:04 
GeneralRe: max two records........ Pin
N a v a n e e t h21-Jun-07 2:59
N a v a n e e t h21-Jun-07 2:59 
JokeRe: max two records........ Pin
ScottM121-Jun-07 3:09
ScottM121-Jun-07 3:09 
GeneralRe: max two records........ Pin
N a v a n e e t h21-Jun-07 3:38
N a v a n e e t h21-Jun-07 3:38 
AnswerRe: max two records........ Pin
N a v a n e e t h21-Jun-07 3:01
N a v a n e e t h21-Jun-07 3:01 
GeneralRe: max two records........ Pin
Sathiyaraj Ganesan21-Jun-07 3:16
Sathiyaraj Ganesan21-Jun-07 3:16 
Questionnorthwind database Pin
Sebastian T Xavier21-Jun-07 0:50
Sebastian T Xavier21-Jun-07 0:50 
AnswerRe: northwind database Pin
originSH21-Jun-07 0:59
originSH21-Jun-07 0:59 
GeneralRe: northwind database Pin
Sebastian T Xavier21-Jun-07 1:16
Sebastian T Xavier21-Jun-07 1:16 
GeneralRe: northwind database Pin
originSH21-Jun-07 1:23
originSH21-Jun-07 1:23 
QuestionDatatable Merge IN C#.Net Pin
adnanrafiq20-Jun-07 23:31
adnanrafiq20-Jun-07 23:31 
Hi All,

I have two datatables, one datatable named "dtRecords1" gets filled from excel sheet, having column name "Name","Category", and on run time i have added a Identity column to "dtRecords1".

Second Column gets filled from sql server database having three columsn "ID as Identity","Name","Category".

Now i want to merge these two tables, i want this result from merge.

If there are some changes in first datatable, depending upon all columns (comparing all column values) and ID Is same,it should be overwrited, and if there are some new rows these also should be added to the resulted database.

Example:
Datatable1 from excel
ID,Name,Categoey
1,adnan,SE
2,ali,SSE
3,Imran,JSE
Datatable2 From SQL Server DB

ID,Name,Category
1,adnan,SSE
2,ali,SSE

Resulted Datatable

ID,Name,Category
1,adnan,SE -Changed ROw
2,ali,SSE -Unchanged Row
3,Imran,JSE - Newly added Row
Many THanks & Best Regards,
adnan

Many Thanks,
Adnan Rafiq
muhammadadnanrafiq@gmail.com

AnswerRe: Datatable Merge IN C#.Net Pin
ScottM121-Jun-07 2:24
ScottM121-Jun-07 2:24 
GeneralRe: Datatable Merge IN C#.Net Pin
adnanrafiq21-Jun-07 3:25
adnanrafiq21-Jun-07 3:25 
GeneralRe: Datatable Merge IN C#.Net Pin
ScottM121-Jun-07 3:35
ScottM121-Jun-07 3:35 
QuestionOLEDB driver on x64 operating system issues Pin
NetTim.Net20-Jun-07 23:01
NetTim.Net20-Jun-07 23:01 

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.