Click here to Skip to main content
15,891,828 members
Home / Discussions / Database
   

Database

 
AnswerRe: retrieve more than one row in one row Pin
PIEBALDconsult30-Jul-08 20:25
mvePIEBALDconsult30-Jul-08 20:25 
JokeRe: retrieve more than one row in one row Pin
leoinfo31-Jul-08 2:35
leoinfo31-Jul-08 2:35 
GeneralRe: retrieve more than one row in one row Pin
PIEBALDconsult31-Jul-08 3:38
mvePIEBALDconsult31-Jul-08 3:38 
QuestionReporting Services - Subreport cannot be viewed. Pin
Rashmi Deshpande29-Jul-08 20:10
Rashmi Deshpande29-Jul-08 20:10 
QuestionCommon Stored procedure for insert update and delete. Pin
santosh04229-Jul-08 19:58
santosh04229-Jul-08 19:58 
AnswerRe: Common Stored procedure for insert update and delete. Pin
Vimalsoft(Pty) Ltd29-Jul-08 23:19
professionalVimalsoft(Pty) Ltd29-Jul-08 23:19 
AnswerRe: Common Stored procedure for insert update and delete. Pin
Ashfield30-Jul-08 1:21
Ashfield30-Jul-08 1:21 
QuestionClickonce encrypting connection strings question Pin
netizenk29-Jul-08 14:22
professionalnetizenk29-Jul-08 14:22 
I have a Clickonce .NET 2.0 winforms application located on a network share within our company intranet.

I'm trying avoid having to deal with other departmens in setting up an AD group, managing users etc. because it is too much of a hassle eventhough I would love to use the integrated windows security... As far as I can tell the only other solution is to create a SQL server user with appropriate permissions on the database my program is connecting to and have my program use that SQL server user account to access the database but if I do that the connection string will be just plain text anyone can read... unless it is encrypted.

Placing the connection string within the code is not acceptable since with the .NET code it would be easily accessible using MSIL or Reflector. Placing the conneciton string within the app.config file and encrypting it (http://msdn.microsoft.com/en-us/library/89211k9b(VS.80).aspx[Securing Connection Strings]) seemed like a good idea but it turns out the connection string must be encrypted/decrypted by the computer that will be running the program (The connection string can only be decrypted on the computer on which it was encrypted.) so it looks like the connection string would have to sit unencrypted on the network share and than my program would encrypt it during installation... having an unencrypted conneciton string on a network share that must be available to eveyrone to read from in order to support the Clickonce deployment doesn't sound like a good idea to me...

Anyway, does anyone know a good solution for this problem other than using integrated securtiy and having to deal with a 72 hour turnaround for any changes to the AD group?

TIA
AnswerRe: Clickonce encrypting connection strings question Pin
SimulationofSai30-Jul-08 5:18
SimulationofSai30-Jul-08 5:18 
GeneralRe: Clickonce encrypting connection strings question Pin
netizenk30-Jul-08 12:12
professionalnetizenk30-Jul-08 12:12 
GeneralRe: Clickonce encrypting connection strings question Pin
SimulationofSai30-Jul-08 19:21
SimulationofSai30-Jul-08 19:21 
GeneralRe: Clickonce encrypting connection strings question Pin
netizenk31-Jul-08 15:59
professionalnetizenk31-Jul-08 15:59 
Questionsql revoke permission Pin
nelsonpaixao29-Jul-08 12:28
nelsonpaixao29-Jul-08 12:28 
QuestionHow to count values in XML structure using XQuery statement Pin
David Mujica29-Jul-08 10:00
David Mujica29-Jul-08 10:00 
AnswerRe: How to count values in XML structure using XQuery statement Pin
leoinfo29-Jul-08 15:14
leoinfo29-Jul-08 15:14 
GeneralWorked ! Pin
David Mujica31-Jul-08 1:25
David Mujica31-Jul-08 1:25 
GeneralRe: Worked ! Pin
leoinfo31-Jul-08 7:42
leoinfo31-Jul-08 7:42 
AnswerDatabase and FineReport Pin
zxn622829-Jul-08 8:50
zxn622829-Jul-08 8:50 
QuestionFailed to connect to server but enumerate the server Pin
sunil goyalG29-Jul-08 4:20
sunil goyalG29-Jul-08 4:20 
AnswerRe: Failed to connect to server but enumerate the server Pin
TheFM23429-Jul-08 5:46
TheFM23429-Jul-08 5:46 
AnswerRe: Failed to connect to server but enumerate the server Pin
SimulationofSai29-Jul-08 9:08
SimulationofSai29-Jul-08 9:08 
GeneralRe: Failed to connect to server but enumerate the server Pin
sunil goyalG29-Jul-08 22:05
sunil goyalG29-Jul-08 22:05 
QuestionDataSet.xsd with relational tables Pin
Brendan Vogt29-Jul-08 3:33
Brendan Vogt29-Jul-08 3:33 
AnswerRe: DataSet.xsd with relational tables Pin
Vimalsoft(Pty) Ltd29-Jul-08 23:11
professionalVimalsoft(Pty) Ltd29-Jul-08 23:11 
AnswerRe: DataSet.xsd with relational tables Pin
Wendelius30-Jul-08 8:59
mentorWendelius30-Jul-08 8:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.