Question : Hirarchy problem

Hi All,

I have hierarchy data problem.

MemberId  Upline
80010        80022
80002        80001

How could I rearrange it into :

MemberId  Upline
80022        80001
80010        80022

Upline Member Id should be appear first.

Thank you.
 

Answer : Hirarchy problem

check http://www.codeproject.com/KB/cs/tsnewlib.aspx

SetAccountInformation can be used for the credentials. maybe there is also something for the trigger.

Random Solutions  
 
programming4us programming4us