Click here to Skip to main content
15,892,517 members
Home / Discussions / Database
   

Database

 
Questionhow to check the value simaltanously from 2 table Pin
biswa471-Dec-07 2:25
biswa471-Dec-07 2:25 
AnswerRe: how to check the value simaltanously from 2 table Pin
pmarfleet1-Dec-07 3:52
pmarfleet1-Dec-07 3:52 
QuestionNeed Help Pin
banker_kiran30-Nov-07 23:11
banker_kiran30-Nov-07 23:11 
AnswerRe: Need Help Pin
Christian Graus30-Nov-07 23:49
protectorChristian Graus30-Nov-07 23:49 
AnswerRe: Need Help Pin
pmarfleet1-Dec-07 2:09
pmarfleet1-Dec-07 2:09 
GeneralRe: Need Help Pin
Paul Conrad23-Dec-07 8:31
professionalPaul Conrad23-Dec-07 8:31 
QuestionHow to filter Dataset Pin
divyesh143230-Nov-07 22:40
divyesh143230-Nov-07 22:40 
GeneralRe: How to filter Dataset Pin
Tobias Schoenig1-Jan-08 21:12
Tobias Schoenig1-Jan-08 21:12 
You could create a DataView-object for the DataTable via DataView dv = new DataView(ds.Tables[0]);. Then set the RowFilter with this line
dv.RowFilter = "Site_ID = 5";
Questionhow used execute in function [modified] Pin
Rami Said Abd Alhalim30-Nov-07 21:35
Rami Said Abd Alhalim30-Nov-07 21:35 
GeneralRe: how used execute in function Pin
Paul Conrad8-Dec-07 5:21
professionalPaul Conrad8-Dec-07 5:21 
QuestionHow to Pass column names to query dynamically Pin
veereshIndia30-Nov-07 19:46
veereshIndia30-Nov-07 19:46 
AnswerRe: How to Pass column names to query dynamically Pin
IMQ30-Nov-07 20:45
IMQ30-Nov-07 20:45 
GeneralRe: How to Pass column names to query dynamically Pin
veereshIndia30-Nov-07 21:06
veereshIndia30-Nov-07 21:06 
GeneralRe: How to Pass column names to query dynamically Pin
IMQ30-Nov-07 21:16
IMQ30-Nov-07 21:16 
GeneralRe: How to Pass column names to query dynamically Pin
veereshIndia30-Nov-07 21:26
veereshIndia30-Nov-07 21:26 
GeneralRe: How to Pass column names to query dynamically Pin
IMQ30-Nov-07 21:38
IMQ30-Nov-07 21:38 
GeneralRe: How to Pass column names to query dynamically Pin
veereshIndia30-Nov-07 22:05
veereshIndia30-Nov-07 22:05 
GeneralRe: How to Pass column names to query dynamically Pin
Rami Said Abd Alhalim30-Nov-07 22:16
Rami Said Abd Alhalim30-Nov-07 22:16 
GeneralRe: How to Pass column names to query dynamically Pin
IMQ30-Nov-07 22:19
IMQ30-Nov-07 22:19 
GeneralRe: How to Pass column names to query dynamically Pin
Rami Said Abd Alhalim30-Nov-07 22:27
Rami Said Abd Alhalim30-Nov-07 22:27 
GeneralRe: How to Pass column names to query dynamically Pin
IMQ30-Nov-07 22:37
IMQ30-Nov-07 22:37 
GeneralRe: How to Pass column names to query dynamically Pin
Rami Said Abd Alhalim30-Nov-07 22:51
Rami Said Abd Alhalim30-Nov-07 22:51 
GeneralRe: How to Pass column names to query dynamically Pin
IMQ30-Nov-07 23:12
IMQ30-Nov-07 23:12 
GeneralRe: How to Pass column names to query dynamically Pin
Rami Said Abd Alhalim30-Nov-07 23:19
Rami Said Abd Alhalim30-Nov-07 23:19 
QuestionNatural and Surrogate Keys Pin
Brady Kelly30-Nov-07 19:01
Brady Kelly30-Nov-07 19: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.