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

Database

 
GeneralRe: Embeddable SQL database Pin
S Douglas30-Jul-06 21:14
professionalS Douglas30-Jul-06 21:14 
GeneralRe: Embeddable SQL database Pin
Jörgen Sigvardsson30-Jul-06 21:20
Jörgen Sigvardsson30-Jul-06 21:20 
GeneralRe: Embeddable SQL database Pin
S Douglas30-Jul-06 21:53
professionalS Douglas30-Jul-06 21:53 
GeneralRe: Embeddable SQL database Pin
Jörgen Sigvardsson30-Jul-06 22:12
Jörgen Sigvardsson30-Jul-06 22:12 
GeneralRe: Embeddable SQL database Pin
S Douglas5-Aug-06 6:50
professionalS Douglas5-Aug-06 6:50 
QuestionIncrease the speed when fetching bulk data from database using asp.net Pin
Ravi kumar G29-Jul-06 2:49
Ravi kumar G29-Jul-06 2:49 
AnswerRe: Increase the speed when fetching bulk data from database using asp.net Pin
Colin Angus Mackay29-Jul-06 9:03
Colin Angus Mackay29-Jul-06 9:03 
QuestionHow to avoid duplicate entries in DataTable. Pin
VenkataRamana.Gali28-Jul-06 21:16
VenkataRamana.Gali28-Jul-06 21:16 
Hi

i am using .NET 1.1.

I am populating some data in DataTable using StoredProcedure.

DataTable dt = new DataTable();
DataRow dr;
DataSet ds = GetDataFromSP();
for (int k=0;k<ds.tables[0].rows.count;k++)
{
dr="dt.NewRow();
" dr[0]="int.Parse(ds.Tables[0].Rows[k]["ID"].ToString());
" dr[1]="ds.Tables[0].Rows[k]["COL1"].ToString()
" dr[2]="ds.Tables[0].Rows[k]["COL2"].ToString()
" dt.rows.add(dr);=""
}
="" binding="" to="" grid="" using="" dt.

in="" this="" datatable(dt)="" with="" same="" primary="" key="" multiple="" rows="" are="" returning="" by="" sp.

i="" want="" check="" datatable="" weather="" is="" there="" any="" dupliate="" entry.="" if="" entry="" exists="" in="" datatable,="" avoid="" the="" adding="" into="" dt.

how="" do="" this?
any="" sounds="" appriciated.="" awaiting="" for="" response.


=""

<div="" class="ForumSig">regards
GV Ramana
QuestionReporting Services - PLEASE HELP! Pin
VK-Cadec28-Jul-06 7:52
VK-Cadec28-Jul-06 7:52 
AnswerRe: Reporting Services - PLEASE HELP! Pin
ToddHileHoffer28-Jul-06 8:10
ToddHileHoffer28-Jul-06 8:10 
GeneralRe: Reporting Services - PLEASE HELP! Pin
VK-Cadec28-Jul-06 8:14
VK-Cadec28-Jul-06 8:14 
GeneralRe: Reporting Services - PLEASE HELP! Pin
ToddHileHoffer28-Jul-06 8:18
ToddHileHoffer28-Jul-06 8:18 
GeneralRe: Reporting Services - PLEASE HELP! Pin
VK-Cadec28-Jul-06 8:27
VK-Cadec28-Jul-06 8:27 
GeneralRe: Reporting Services - PLEASE HELP! Pin
ToddHileHoffer28-Jul-06 8:48
ToddHileHoffer28-Jul-06 8:48 
QuestionAccess denied - urgent Pin
dansoft28-Jul-06 6:58
dansoft28-Jul-06 6:58 
AnswerRe: Access denied - urgent Pin
VK-Cadec28-Jul-06 7:35
VK-Cadec28-Jul-06 7:35 
AnswerRe: Access denied - urgent [modified] Pin
S Douglas29-Jul-06 20:04
professionalS Douglas29-Jul-06 20:04 
QuestionReferential Integrity Question [modified] Pin
xfitr228-Jul-06 6:27
xfitr228-Jul-06 6:27 
AnswerRe: Referential Integrity Question Pin
ToddHileHoffer28-Jul-06 6:57
ToddHileHoffer28-Jul-06 6:57 
QuestionSQL Server Connection Pin
smarttom9928-Jul-06 5:31
smarttom9928-Jul-06 5:31 
AnswerRe: SQL Server Connection Pin
ToddHileHoffer28-Jul-06 7:00
ToddHileHoffer28-Jul-06 7:00 
QuestionCombining results of two queries Pin
coolestCoder28-Jul-06 4:19
coolestCoder28-Jul-06 4:19 
AnswerRe: Combining results of two queries Pin
ToddHileHoffer28-Jul-06 5:35
ToddHileHoffer28-Jul-06 5:35 
QuestionDatasets + Update Issue [modified] Pin
Tristan Rhodes28-Jul-06 4:07
Tristan Rhodes28-Jul-06 4:07 
AnswerConfirmed Pin
Tristan Rhodes31-Jul-06 0:37
Tristan Rhodes31-Jul-06 0:37 

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.