Click here to Skip to main content
15,922,007 members
Home / Discussions / Database
   

Database

 
GeneralRe: Saving Recordset to a stream Pin
-Dr_X-15-Jan-05 12:50
-Dr_X-15-Jan-05 12:50 
GeneralRe: Saving Recordset to a stream Pin
mysorian15-Jan-05 17:37
professionalmysorian15-Jan-05 17:37 
GeneralSQL-select and insert Pin
BrockVnm14-Jan-05 9:38
BrockVnm14-Jan-05 9:38 
GeneralRe: SQL-select and insert Pin
-Dr_X-14-Jan-05 14:17
-Dr_X-14-Jan-05 14:17 
GeneralRe: SQL-select and insert Pin
Anonymous14-Jan-05 15:07
Anonymous14-Jan-05 15:07 
QuestionSqlserver -gui ? Pin
kaiowa5114-Jan-05 8:39
kaiowa5114-Jan-05 8:39 
QuestionDataTable with nested Child Tables?? Pin
work_to_live13-Jan-05 8:09
work_to_live13-Jan-05 8:09 
AnswerRe: DataTable with nested Child Tables?? Pin
Rob Graham13-Jan-05 16:09
Rob Graham13-Jan-05 16:09 
How about reversing the process, and preselecting just the columns of interest

DataRow[] interestingRows = Table3.Select("columnOfInterest = something");
foreach(DataRow r1 in interestingRows)
{
DataRow r2 = r1.GetParentRow("Tabel2-Table3").GetParentRow("Table1-Table2");
// do something with this if not null
}

Anger is the most impotent of passions. It effects nothing it goes about, and hurts the one who is possessed by it more than the one against whom it is directed.
Carl Sandburg

GeneralRe: DataTable with nested Child Tables?? Pin
work_to_live14-Jan-05 4:56
work_to_live14-Jan-05 4:56 
GeneralDatabase schema Pin
webhay13-Jan-05 1:15
webhay13-Jan-05 1:15 
GeneralRe: Database schema Pin
Colin Angus Mackay13-Jan-05 11:46
Colin Angus Mackay13-Jan-05 11:46 
Generali couldn't see Databases in SQL server Pin
BSRK13-Jan-05 0:17
BSRK13-Jan-05 0:17 
GeneralRe: i couldn't see Databases in SQL server Pin
Colin Angus Mackay13-Jan-05 1:02
Colin Angus Mackay13-Jan-05 1:02 
GeneralRe: i couldn't see Databases in SQL server Pin
BSRK13-Jan-05 1:28
BSRK13-Jan-05 1:28 
GeneralRe: i couldn't see Databases in SQL server Pin
Colin Angus Mackay13-Jan-05 2:07
Colin Angus Mackay13-Jan-05 2:07 
Generalwe cannot use MSDE & Enterprise Manager Pin
BSRK13-Jan-05 2:39
BSRK13-Jan-05 2:39 
GeneralRe: we cannot use MSDE & Enterprise Manager Pin
Colin Angus Mackay13-Jan-05 2:48
Colin Angus Mackay13-Jan-05 2:48 
GeneralRe: we cannot use MSDE & Enterprise Manager Pin
Michael P Butler13-Jan-05 8:42
Michael P Butler13-Jan-05 8:42 
GeneralRe: i couldn't see Databases in SQL server Pin
Mike Dimmick14-Jan-05 0:42
Mike Dimmick14-Jan-05 0:42 
QuestionHow To connect to MySql database from JAva Pin
Aakash Jain12-Jan-05 18:28
Aakash Jain12-Jan-05 18:28 
AnswerRe: How To connect to MySql database from JAva Pin
David Salter13-Jan-05 22:26
David Salter13-Jan-05 22:26 
Generalselect Pin
webhay12-Jan-05 10:11
webhay12-Jan-05 10:11 
GeneralRe: select Pin
Colin Angus Mackay12-Jan-05 22:58
Colin Angus Mackay12-Jan-05 22:58 
GeneralRe: select Pin
webhay12-Jan-05 23:40
webhay12-Jan-05 23:40 
GeneralRe: select Pin
Colin Angus Mackay12-Jan-05 23:48
Colin Angus Mackay12-Jan-05 23:48 

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.