Click here to Skip to main content
15,894,539 members
Home / Discussions / Database
   

Database

 
AnswerRe: Debug Sp Pin
Frank Kerrigan20-Sep-05 0:51
Frank Kerrigan20-Sep-05 0:51 
GeneralRe: Debug Sp Pin
sreejith ss nair20-Sep-05 1:06
sreejith ss nair20-Sep-05 1:06 
QuestionStroing Word Document in the Database Pin
Ahsan Askare19-Sep-05 18:57
Ahsan Askare19-Sep-05 18:57 
AnswerRe: Stroing Word Document in the Database Pin
turbochimp19-Sep-05 19:42
turbochimp19-Sep-05 19:42 
AnswerRe: Stroing Word Document in the Database Pin
enjoycrack19-Sep-05 19:43
enjoycrack19-Sep-05 19:43 
GeneralRe: Stroing Word Document in the Database Pin
Ahsan Askare19-Sep-05 21:06
Ahsan Askare19-Sep-05 21:06 
AnswerRe: Stroing Word Document in the Database Pin
Michael P Butler20-Sep-05 2:34
Michael P Butler20-Sep-05 2:34 
QuestionNewbish Problem Pin
tatchung19-Sep-05 18:30
tatchung19-Sep-05 18:30 
Hello frends!

i have this table:
+-------+----------+-----------------+----------+
| ID    | ParentID | ChildIDs        | ModuleID |
+-------+----------+-----------------+----------+
| 9     | [NULL]   | 91              | 20001010 |
| 90    | [NULL]   | 901             | 20001018 |
| 901   | 90       | 9011,9012       | [NULL]   |
| 9011  | 901      | [NULL]          | [NULL]   |
| 9012  | 901      | [NULL]          | [NULL]   |
| 91    | 9        | 911,912,913,915 | [NULL]   |
| 911   | 91       | [NULL]          | [NULL]   |
| 912   | 91       | [NULL]          | [NULL]   |
| 913   | 91       | [NULL]          | [NULL]   |
| 914   | 91       | [NULL]          | [NULL]   |
| 915   | 91       | [NULL]          | [NULL]   |
+-------+----------+-----------------+----------+

now what im supose to do is display rows based on the moduleIDs. Now when ModuleID is displayed along with the other IDs, its supose to display all the IDs included in each row's childIDs. for example i search for ModuleID=20001010 the row with ID=9 will be displayed along with row with ID=91 (because its ID is included in ID=9's childID and because its ParentID is ID=9). So will the row with ID=911 will be displayed (because its ID is included in ID=9's childID) and so on.

I've been busting my head open bout how i could do this. i can only make the 1st tier show (ID=91) but the next set of rows i'm quite clueless about. Any Ideas how I could make this work? Thanx so much for all your helps...believe me il be very much greatful to you all!

Aim small, miss small...
AnswerRe: Newbish Problem Pin
Edbert P19-Sep-05 19:34
Edbert P19-Sep-05 19:34 
GeneralRe: Newbish Problem Pin
tatchung19-Sep-05 20:08
tatchung19-Sep-05 20:08 
GeneralRe: Newbish Problem Pin
Edbert P19-Sep-05 20:39
Edbert P19-Sep-05 20:39 
GeneralRe: Newbish Problem Pin
tatchung19-Sep-05 21:09
tatchung19-Sep-05 21:09 
GeneralRe: Newbish Problem Pin
Edbert P20-Sep-05 13:44
Edbert P20-Sep-05 13:44 
QuestionUpdate Command Failing Pin
japel19-Sep-05 0:42
japel19-Sep-05 0:42 
AnswerRe: Update Command Failing Pin
enjoycrack19-Sep-05 0:54
enjoycrack19-Sep-05 0:54 
AnswerRe: Update Command Failing Pin
Luis Alonso Ramos19-Sep-05 8:19
Luis Alonso Ramos19-Sep-05 8:19 
GeneralRe: Update Command Failing Pin
japel19-Sep-05 10:36
japel19-Sep-05 10:36 
AnswerRe: Update Command Failing Pin
Luis Alonso Ramos20-Sep-05 19:49
Luis Alonso Ramos20-Sep-05 19:49 
Questionusing @@IDENTITY (or nething like this)for char datatype(sql server) Pin
utsav_verma18-Sep-05 23:53
utsav_verma18-Sep-05 23:53 
AnswerADDON:using @@IDENTITY (or nething like this)for char datatype(sql server) Pin
utsav_verma19-Sep-05 0:04
utsav_verma19-Sep-05 0:04 
AnswerRe: using @@IDENTITY (or nething like this)for char datatype(sql server) Pin
utsav_verma19-Sep-05 0:22
utsav_verma19-Sep-05 0:22 
GeneralRe: using @@IDENTITY (or nething like this)for char datatype(sql server) Pin
enjoycrack19-Sep-05 0:51
enjoycrack19-Sep-05 0:51 
QuestionMultiple Choice Pin
Leslie Sanford18-Sep-05 19:25
Leslie Sanford18-Sep-05 19:25 
AnswerRe: Multiple Choice Pin
Colin Angus Mackay18-Sep-05 20:26
Colin Angus Mackay18-Sep-05 20:26 
GeneralRe: Multiple Choice Pin
Leslie Sanford19-Sep-05 6:21
Leslie Sanford19-Sep-05 6:21 

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.