Click here to Skip to main content
15,893,564 members
Home / Discussions / Database
   

Database

 
GeneralRe: MS SQL 2005 Express Pin
Christian Graus1-May-05 11:25
protectorChristian Graus1-May-05 11:25 
QuestionLinked Server in MSDE? Pin
-Dr_X-28-Apr-05 3:29
-Dr_X-28-Apr-05 3:29 
Generalasp.net sessions Pin
Anonymous27-Apr-05 21:08
Anonymous27-Apr-05 21:08 
GeneralRe: asp.net sessions Pin
Colin Angus Mackay27-Apr-05 22:37
Colin Angus Mackay27-Apr-05 22:37 
GeneralRe: asp.net sessions Pin
mansir 1231-May-05 19:18
mansir 1231-May-05 19:18 
GeneralASP.NET Pin
panchal198327-Apr-05 19:46
panchal198327-Apr-05 19:46 
GeneralRe: ASP.NET Pin
Colin Angus Mackay27-Apr-05 20:40
Colin Angus Mackay27-Apr-05 20:40 
GeneralUnauthorized access of our Data Access Layer Pin
Anonymous27-Apr-05 15:22
Anonymous27-Apr-05 15:22 
To simplify our own situation lets say we have clear seperation of the three layers with the Presentation, Business and Data Access Layers in their own seperate DLLs, but on the same client machine. Our DAL DLL is obfuscated and holds our single service account to access the database.

We are presuming it is at least very difficult even with someone having access to the obfuscated DLL they would have a difficult time determining the userid and password of our one service account that can access our SQL Server database. Still, how do we stop someone from writing their own code and directly accessing the DAL DLL to change our datbase?

We considered sending a hidden key between the layers of the obfuscated DLLs, and even possibly adding an extra layer of encryption using Public and Private keys. Still, every single time a database access is requested would require this key encryption and decryption when 99.9999% of the time it is unnecessary. Is there a quicker and cleaner way of doing this?

Thanks!
GeneralQuery string and regular select statement - NEED HELP! Pin
Anonymous27-Apr-05 9:41
Anonymous27-Apr-05 9:41 
GeneralRe: Query string and regular select statement - NEED HELP! Pin
Anonymous27-Apr-05 14:10
Anonymous27-Apr-05 14:10 
GeneralCryptoAcquire Failed error Pin
GouriGari RameshReddy27-Apr-05 5:43
GouriGari RameshReddy27-Apr-05 5:43 
GeneralProblem with oracle session Pin
yyf27-Apr-05 4:34
yyf27-Apr-05 4:34 
GeneralIStream object string length error Pin
mjharvey26-Apr-05 12:07
mjharvey26-Apr-05 12:07 
GeneralRe: IStream object string length error Pin
mjharvey27-Apr-05 16:44
mjharvey27-Apr-05 16:44 
GeneralView child records in datagrid Pin
Reinier Beeckman26-Apr-05 3:48
Reinier Beeckman26-Apr-05 3:48 
GeneralRe: View child records in datagrid Pin
NewSilence26-Apr-05 6:35
NewSilence26-Apr-05 6:35 
GeneralVS.NET and Stored Proceedures Pin
Jerry Hammond25-Apr-05 15:20
Jerry Hammond25-Apr-05 15:20 
GeneralRe: VS.NET and Stored Proceedures Pin
Illegal Operation25-Apr-05 21:31
Illegal Operation25-Apr-05 21:31 
GeneralRe: VS.NET and Stored Proceedures Pin
Jerry Hammond26-Apr-05 5:18
Jerry Hammond26-Apr-05 5:18 
GeneralOpen two tables in one form Pin
msnick25-Apr-05 14:53
msnick25-Apr-05 14:53 
GeneralSQL Server authentication problem Pin
JT Anderson25-Apr-05 12:29
JT Anderson25-Apr-05 12:29 
GeneralRe: SQL Server authentication problem Pin
Albert Pascual26-Apr-05 6:25
sitebuilderAlbert Pascual26-Apr-05 6:25 
GeneralFormat int in select statement Pin
theol25-Apr-05 10:16
theol25-Apr-05 10:16 
GeneralRe: Format int in select statement Pin
Michael Potter27-Apr-05 3:08
Michael Potter27-Apr-05 3:08 
Generalview table from access database Pin
rana1838425-Apr-05 6:42
rana1838425-Apr-05 6:42 

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.