Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi there,

An application I work with runs on a MSDE database. I have written an commandline application that creates a database table is this MSDE instance and loads it up with data from a CSV file. Now the problem is that when creating the database table , this table also 'inherits' the user schema of the already existing database. This is unknown to me, but resolves in the fact that the users that accesses the newly created database need to be a local administrator on that machine to acces the data. Now I want to expand my commanline application with the possibilty to create an new MSDE instance with it's own security schema. Can some on help me along the way. It needs to be done in c# code.

 

Thanks

 

Feurich

Trust the Universe
Posted
We'll I tried that. The application i have now creates a User with a password. I am able to access the database from an other application but when i try to access the database from the calling application (this is a validation module within a imaging application) I can't access the database with the created user only through SSI and the logged in user has to have Adminrights on the system that has the database.
Trust the Universe
Posted

This is exactly what i need a grouplogin that grants a domaingroup rights to login on that database. Can you be more specific where I can find the information?

 

Thanks,

 

Feurich

Trust the Universe

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...