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

Database

 
GeneralRe: Read-only Access DB Problem Pin
-- NA --28-Jul-03 7:51
-- NA --28-Jul-03 7:51 
GeneralFirehose Pin
THEMYTH27-Jul-03 22:19
THEMYTH27-Jul-03 22:19 
GeneralRe: Firehose Pin
Arjan Einbu27-Jul-03 22:50
Arjan Einbu27-Jul-03 22:50 
GeneralRe: Firehose Pin
THEMYTH27-Jul-03 22:57
THEMYTH27-Jul-03 22:57 
GeneralProblems with LIKE in MFC(vs6) Pin
jag_typ27-Jul-03 22:00
jag_typ27-Jul-03 22:00 
GeneralRe: Problems with LIKE in MFC(vs6) Pin
Mike Dimmick29-Jul-03 2:44
Mike Dimmick29-Jul-03 2:44 
GeneralRe: Problems with LIKE in MFC(vs6) Pin
jag_typ2-Aug-03 0:18
jag_typ2-Aug-03 0:18 
GeneralGetting Child Items; Pin
Bo Hunter27-Jul-03 20:32
Bo Hunter27-Jul-03 20:32 
Well I have come to a stop on this one;
I have a Nodes table with 4 columns ( ID, ParentID, Name, IsRoot )
I have sample data entered in
ID=====ParentID=====Name=======IsRoot
1 =====0 ==========Title1======True
2 =====0 ==========Title2======True
3 =====0 ==========Title3======True
4 =====1 ==========Child1======False
5 =====2 ==========Child2======False
6 =====5 ==========Child3======False

Now when I do a search and include sub categories
I need all the sub categories IDs. Now if I pass
ID 2 for a search then I need to get 5 and 6; I have 2 already
as it was passed in to the function; So it will look
something like Select Whatever From Nodes Where
( ParentID = 2 OR ParentID = 5 OR ParentID = 6 ).
The reason this is so hard for me is I am not filling
a dataset with all the data because it will get rather large
and take a long time to load all the data. So I am
populating the nodes as the user selects them. This
is the only method I like.

Thank You
Bo Hunter
GeneralRe: Getting Child Items; Pin
Not Active28-Jul-03 2:34
mentorNot Active28-Jul-03 2:34 
GeneralRe: Getting Child Items; Pin
ZoogieZork28-Jul-03 8:33
ZoogieZork28-Jul-03 8:33 
GeneralRe: Getting Child Items; Pin
Bo Hunter28-Jul-03 10:35
Bo Hunter28-Jul-03 10:35 
GeneralRe: Getting Child Items; Pin
Alexander Kojevnikov28-Jul-03 23:37
Alexander Kojevnikov28-Jul-03 23:37 
GeneralADO.NET connection problem Pin
sacoskun27-Jul-03 1:11
sacoskun27-Jul-03 1:11 
GeneralRe: ADO.NET connection problem Pin
Mike Dimmick29-Jul-03 2:54
Mike Dimmick29-Jul-03 2:54 
GeneralRe: ADO.NET connection problem Pin
sacoskun29-Jul-03 5:23
sacoskun29-Jul-03 5:23 
GeneralBulk Insert - DataTable to DataTable Pin
sburton@amersham25-Jul-03 12:41
sburton@amersham25-Jul-03 12:41 
GeneralRe: Bulk Insert - DataTable to DataTable Pin
Rein Hillmann26-Jul-03 20:56
Rein Hillmann26-Jul-03 20:56 
GeneralRe: Bulk Insert - DataTable to DataTable Pin
sburton@amersham28-Jul-03 6:13
sburton@amersham28-Jul-03 6:13 
GeneralRe: Bulk Insert - DataTable to DataTable Pin
sburton30-Jul-03 8:35
sburton30-Jul-03 8:35 
GeneralMail Pin
sardinka25-Jul-03 5:49
sardinka25-Jul-03 5:49 
GeneralRe: Mail Pin
William O'Malley25-Jul-03 8:53
sussWilliam O'Malley25-Jul-03 8:53 
GeneralRe: Mail Pin
sardinka30-Jul-03 3:26
sardinka30-Jul-03 3:26 
QuestionWildcard SELECT in MySQL? Pin
MKlucher25-Jul-03 5:11
MKlucher25-Jul-03 5:11 
AnswerRe: Wildcard SELECT in MySQL? Pin
ZoogieZork25-Jul-03 6:54
ZoogieZork25-Jul-03 6:54 
GeneralRe: Wildcard SELECT in MySQL? Pin
MKlucher25-Jul-03 7:03
MKlucher25-Jul-03 7:03 

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.