Re: my own custom connection string

  •  07-21-2005, 9:40 AM

    Re: my own custom connection string

    Palwinder:
     
    Have you write your own DataProvider for CuteChat ?

    override these abstract methods  
      abstract public string[] ListUserUniqueName();
      abstract public string GetUserDisplayName(string useruniquename);
     
    and you could load the users information from your custom user-table .
     
    Regards , Terry .
View Complete Thread