Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. How to issue setup to the different users according to their membership with windows application?

How to issue setup to the different users according to their membership with windows application?

Scheduled Pinned Locked Moved Database
databasecsharpsql-servervisual-studiosysadmin
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mehtabalikhan
    wrote on last edited by
    #1

    Can anybody suggest me for my application scenario? My Client is running a study center who want to give tutorials(Video and Pdf files) with a windows application to his students so that they can revise their subject at their home. This application has to be divided in to two parts 1) A windows app that will be used by admin who will issue videos and pdf's(a windows app setup) to his students according to their membership. Membership means here suppose a student is studying English subject then he is allowed to get English (pdf and video's) data with application and if someone is studying English and Mathematics then he is allowed to get both subjects study material with the application(Study material is already prepared in pdf and videos) I am storing both pdf's and video's in database so that they should not be opened directly or should not be passed to the others 2) A windows app that will run at student PC and will show only study material according to his membership Please suggest me how should i issue such type of setup with Database from the admin windows application to the student so that he can study only his relevant material. I am developing a Windows application on Visual Studio 2010 with Sql Server 2008R2. Please Suggest

    M 1 Reply Last reply
    0
    • M mehtabalikhan

      Can anybody suggest me for my application scenario? My Client is running a study center who want to give tutorials(Video and Pdf files) with a windows application to his students so that they can revise their subject at their home. This application has to be divided in to two parts 1) A windows app that will be used by admin who will issue videos and pdf's(a windows app setup) to his students according to their membership. Membership means here suppose a student is studying English subject then he is allowed to get English (pdf and video's) data with application and if someone is studying English and Mathematics then he is allowed to get both subjects study material with the application(Study material is already prepared in pdf and videos) I am storing both pdf's and video's in database so that they should not be opened directly or should not be passed to the others 2) A windows app that will run at student PC and will show only study material according to his membership Please suggest me how should i issue such type of setup with Database from the admin windows application to the student so that he can study only his relevant material. I am developing a Windows application on Visual Studio 2010 with Sql Server 2008R2. Please Suggest

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      It will be just like any other app that consumes database data, you will make a connection to the database and retrieve the required information based on the user profile and display it in the appropriate controls (PDF viewer and video viewer). In addition to your content storage you will need the user profile information.

      Never underestimate the power of human stupidity RAH

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups