MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

One group is not in database ?   (Mono Support )

Viewed 8884 time(s), 2 post(s) 5/7/2014 4:37:01 PMby super
super

super

5/7/2014 4:37:01 PM
By default, monox has a group called "Web Design",  THIS ONE

I have installed monox on my computer with demo sample data and I see this Group "Web Design",

But when I go to the database,

/****** Script for SelectTopNRows command from SSMS  ******/
SELECT [Id]
      ,[ApplicationId]
      ,[LanguageId]
      ,[SnGroupId]
      ,[Name]
      ,[UserId]
      ,[DateCreated]
      ,[Description]
      ,[DailyReportSentOn]
      ,[IsClosed]
      ,[IsPinned]
      ,[PinnedOn]
      ,[PinnedByUserId]
  FROM [Monox].[dbo].[SnDiscussionBoard]

I do not see this in the database, why ?

This content has not been rated yet. 
6018 Reputation 709 Total posts
dbogdan

dbogdan

5/8/2014 8:49:16 AM
Hi Super,

Groups are stored in the SnGroup table. You should be able to find specified group there.

Regards,
Darjan
This content has not been rated yet. 
231 Reputation 38 Total posts