Click here to Skip to main content
15,920,111 members
Home / Discussions / Database
   

Database

 
Questionwhich DB option? Pin
bryce29-Sep-02 23:48
bryce29-Sep-02 23:48 
GeneralRemove Transaction Log in SQL Server Pin
fat88829-Sep-02 3:26
fat88829-Sep-02 3:26 
GeneralRe: Remove Transaction Log in SQL Server Pin
Juergen Froehlich29-Sep-02 8:11
Juergen Froehlich29-Sep-02 8:11 
GeneralRe: Remove Transaction Log in SQL Server Pin
Daniel Turini30-Sep-02 2:39
Daniel Turini30-Sep-02 2:39 
GeneralDateTime casting Pin
Majid Shahabfar29-Sep-02 1:38
Majid Shahabfar29-Sep-02 1:38 
GeneralRe: DateTime casting Pin
Ed Gadziemski1-Oct-02 3:49
professionalEd Gadziemski1-Oct-02 3:49 
QuestionHow to prevent the user from accessing database directly? Pin
fat88828-Sep-02 20:21
fat88828-Sep-02 20:21 
AnswerRe: How to prevent the user from accessing database directly? Pin
Anonymous29-Sep-02 12:02
Anonymous29-Sep-02 12:02 
The typical way of doing this is exactly what you are talking about. You have a single logon/password which uses a somewhat complicated and unique name/password convention. All other DB accounts are locked out of the DB. The user could still access the DB directly, but they would need to know the userid/password.

The other way you can do this is to encrypt the data in your DB. This is very difficult to do unless you have a library/toolkit for database access which does this for you. One way to do this is to use the digest MD5 algorithm on each and every column of data. This leads to serious problems though because it is not easy to query the DB and again, you need a library/toolkit that does the work for you.


GeneralHELP! ADO and very *big* tables Pin
taualex27-Sep-02 4:23
taualex27-Sep-02 4:23 
GeneralRe: HELP! ADO and very *big* tables Pin
Michael P Butler27-Sep-02 4:39
Michael P Butler27-Sep-02 4:39 
GeneralRe: HELP! ADO and very *big* tables Pin
taualex27-Sep-02 5:38
taualex27-Sep-02 5:38 
GeneralRe: HELP! ADO and very *big* tables Pin
taualex27-Sep-02 7:11
taualex27-Sep-02 7:11 
GeneralRe: HELP! ADO and very *big* tables Pin
Richard Deeming27-Sep-02 6:02
mveRichard Deeming27-Sep-02 6:02 
GeneralRe: HELP! ADO and very *big* tables Pin
taualex27-Sep-02 7:12
taualex27-Sep-02 7:12 
GeneralRe: HELP! ADO and very *big* tables Pin
4-Nov-02 15:28
suss4-Nov-02 15:28 
GeneralRe: HELP! ADO and very *big* tables Pin
Matt Gullett27-Sep-02 8:47
Matt Gullett27-Sep-02 8:47 
GeneralRe: HELP! ADO and very *big* tables Pin
Nick Parker27-Sep-02 9:28
protectorNick Parker27-Sep-02 9:28 
GeneralRe: HELP! ADO and very *big* tables Pin
hunterlsq29-Sep-02 0:22
hunterlsq29-Sep-02 0:22 
GeneralRe: HELP! ADO and very *big* tables Pin
Majid Shahabfar29-Sep-02 1:49
Majid Shahabfar29-Sep-02 1:49 
GeneralRe: HELP! ADO and very *big* tables Pin
Marc Clifton3-Oct-02 5:15
mvaMarc Clifton3-Oct-02 5:15 
GeneralHelp me ! Unicode and Database Access. Pin
26-Sep-02 23:30
suss26-Sep-02 23:30 
GeneralRe: Help me ! Unicode and Database Access. Pin
hunterlsq29-Sep-02 0:12
hunterlsq29-Sep-02 0:12 
GeneralCreating an empty SQL database. Pin
Segal26-Sep-02 12:17
Segal26-Sep-02 12:17 
GeneralRe: Creating an empty SQL database. Pin
James T. Johnson26-Sep-02 12:43
James T. Johnson26-Sep-02 12:43 
GeneralRe: Creating an empty SQL database. Pin
Segal27-Sep-02 7:10
Segal27-Sep-02 7:10 

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.