How can I represent a hierarchical structure (for example newsgroup messages) and store it in database tables ?
My goal is then to be able to display and modify that structure while making as littl...
http://www.experts-exchange.com/Database/Miscellaneous/Q_10077212.html
Zones:
DatabasesDate Answered: 09/02/1998 Grade: A Views: 9
Hi all,
I need to display several informations coming from an Access DB but the display must appear according a hierarchical design.
For instance, I have a first dropdownlist and if I choose ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_20557149.html
i have developed an MLM Software in Developer6i, which is sucessfully running, it is based on Binary Matrics System, MLM company is growing day by day and they have almost more than 10,000 members...
http://www.experts-exchange.com/Database/Oracle/Q_20958865.html
Zones:
OracleDate Answered: 10/11/2004 Grade: A Views: 0
I use MSSQL7. I have a db-table like this:
name id referenceid hierarchylevel
A1 1 0 1
B1 2 0 1
A2 3 1 2
B2 4 2 ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20074518.html
Hi,
I want the code for an Hierarchical menu which is compatiable to all the browsers.
Warm Regards
Anna
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20118842.html
Zones:
JavaScriptDate Answered: 04/14/2002 Grade: A Views: 0
Hi
Does SQL Server 2000 supports hierarchical queries like Oracle.
Suppose I have a table
ID | PARENT ID | NAME
1 | | A
2 | | B
3 | 1 | C
I would like ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20132507.html
Doing Data Shaping using Microsoft's DataShape provider is usually done with SQL queries and the Data Shaping grammar, like so:
---------CODE START----------
Dim cnn As New ADODB.Connection
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20175106.html
We are developing a web site where one of the pages SHOW the company data in tree structure.
The tree pretty much shall look similar to the Windows Explorer. Has anyone done this ?. It could be ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20181068.htm...
Zones:
ASPDate Answered: 10/03/2001 Grade: B Views: 0
I created a table for tests:
create table test
(code number(03), description varchar2(20), code_parent number(03));
and I inserted registers:
insert into test values (10, 'FATHER 10',...
http://www.experts-exchange.com/Database/Oracle/Q_20233872.html
Zones:
OracleDate Answered: 06/13/2002 Grade: A Views: 0
How can I hide the ID fields that are used to relate the parent/child/grandchild records in a hierarchical recordset used by a HFG. I tried manually setting the column widths to 0, but that left m...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20256659.html
Zones:
Visual BasicDate Answered: 01/19/2002 Grade: A Views: 0