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

Database

 
GeneralRe: query Pin
Ravi Shankar435-Nov-06 20:25
Ravi Shankar435-Nov-06 20:25 
QuestionADO.NET Connection String Option Pin
jellofissi5-Nov-06 19:59
jellofissi5-Nov-06 19:59 
QuestionHow do you update automatically created strongly-typed datasets? [modified] Pin
nzmike3-Nov-06 22:07
nzmike3-Nov-06 22:07 
QuestionHow to get column names of a table Pin
Aqueel3-Nov-06 19:34
Aqueel3-Nov-06 19:34 
AnswerRe: How to get column names of a table Pin
ChandraRam3-Nov-06 23:59
ChandraRam3-Nov-06 23:59 
AnswerRe: How to get column names of a table Pin
monika_vasvani6-Nov-06 21:46
monika_vasvani6-Nov-06 21:46 
QuestionFinding Related records using sql [modified] Pin
HRiazi3-Nov-06 8:29
HRiazi3-Nov-06 8:29 
AnswerRe: Finding Related records using sql Pin
Eric Dahlvang3-Nov-06 10:12
Eric Dahlvang3-Nov-06 10:12 
delete from TableA
where not exists(select IDColumn 
                 from TableB 
                 where TableB.IDColumn = TableA.IDColumn)


--EricDV Sig---------
Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them.
- Laurence J. Peters

QuestionRe: Finding Related records using sql Pin
HRiazi3-Nov-06 19:19
HRiazi3-Nov-06 19:19 
AnswerRe: Finding Related records using sql Pin
Colin Angus Mackay5-Nov-06 22:40
Colin Angus Mackay5-Nov-06 22:40 
QuestionData Concurrency when updating DataSet with Database issues Pin
bertvan3-Nov-06 7:15
bertvan3-Nov-06 7:15 
AnswerRe: Data Concurrency when updating DataSet with Database issues Pin
Stathread5-Nov-06 3:42
Stathread5-Nov-06 3:42 
QuestionPlease Solve this Query..? Pin
PavanPareta3-Nov-06 3:05
PavanPareta3-Nov-06 3:05 
AnswerRe: Please Solve this Query..? Pin
Elina Blank3-Nov-06 3:54
sitebuilderElina Blank3-Nov-06 3:54 
GeneralRe: Please Solve this Query..? Pin
PavanPareta8-Nov-06 17:02
PavanPareta8-Nov-06 17:02 
GeneralRe: Please Solve this Query..? Pin
Elina Blank9-Nov-06 5:17
sitebuilderElina Blank9-Nov-06 5:17 
QuestionADO sql server Pin
audhie2-Nov-06 23:11
audhie2-Nov-06 23:11 
AnswerRe: ADO sql server Pin
audhie2-Nov-06 23:13
audhie2-Nov-06 23:13 
GeneralRe: ADO sql server Pin
Colin Angus Mackay3-Nov-06 0:09
Colin Angus Mackay3-Nov-06 0:09 
GeneralRe: ADO sql server Pin
Russell Jones6-Nov-06 5:50
Russell Jones6-Nov-06 5:50 
GeneralRe: ADO sql server Pin
Russell Jones6-Nov-06 5:53
Russell Jones6-Nov-06 5:53 
QuestionDivide by zero error encountered.??? how?? [urgent] Pin
campbells2-Nov-06 21:48
campbells2-Nov-06 21:48 
AnswerRe: Divide by zero error encountered.??? how?? [urgent] Pin
ChandraRam2-Nov-06 22:33
ChandraRam2-Nov-06 22:33 
Questionbinary bit manipulation - possible? Pin
neilsolent2-Nov-06 21:41
neilsolent2-Nov-06 21:41 
AnswerRe: binary bit manipulation - possible? Pin
Mike Dimmick3-Nov-06 3:22
Mike Dimmick3-Nov-06 3:22 

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.