Database question

Last post 04-28-2005, 1:19 PM by temi. 4 replies.
Sort Posts: Previous Next
  •  04-27-2005, 11:21 AM 6171

    Database question

    1. Are there any documentation to the database?
    2. Are there a userinterface to administrate the tables?
    3. What tables do I need to fill with data?
    4. What is MatchType in the Chat_BadWord table?
    5. Where can I read, what is a Lobby, Channel, User_Channel, Active_Channel, Role_Channel......
    6. I already have all the users in another database, and I guess I need to implement the interfaces simular to the examples provided for IbuySpy, DotNetNuke...., but do I need to have users in both databases?
    Much more questions should come ;-)
     
    Brgds
  •  04-27-2005, 3:02 PM 6186 in reply to 6171

    Re: Database question

    temi:
     
    1. Sorry no such docs currently  .
    2. You could use the CuteSoft.Chat.ChatWebUtility.Api.xxx() for it .
    3. You should not write the tables directly . CuteSoft.Chat.ChatWebUtility.Api is the best way .
    4. RegEx,Wide,etc ..
    5. CuteSoft.Chat.ChatWebUtility.Api.GetXxxx()
    6. You see , it the DataProvider . just connect to the target database and return your user inforamtions .
     
    Regards , Terry .
  •  04-28-2005, 5:19 AM 6217 in reply to 6186

    Re: Database question

    What does Integration mean, when adding a Lobby?
     
    Brgds
  •  04-28-2005, 12:30 PM 6234 in reply to 6217

    Re: Database question

    The intergation mean the custom providers for the CuteChat2 .
     
    Regards , Terry .
  •  04-28-2005, 1:19 PM 6246 in reply to 6234

    Re: Database question

    So I put in KontaktportalenUserAdapter (my own implementation of the UserAdapter interface) ?
     
    Brgds
View as RSS news feed in XML