Click here to Skip to main content
15,896,726 members
Home / Discussions / Database
   

Database

 
GeneralRe: Remote Replication Error Pin
Hesham Amin14-Jan-08 6:40
Hesham Amin14-Jan-08 6:40 
Generalcomparing date time values in MSAccess Pin
Member 305788713-Jan-08 19:16
Member 305788713-Jan-08 19:16 
GeneralRe: comparing date time values in MSAccess Pin
John_Adams15-Jan-08 22:37
John_Adams15-Jan-08 22:37 
Questionhow to save an image in sql Pin
Naveed72713-Jan-08 19:12
Naveed72713-Jan-08 19:12 
AnswerRe: how to save an image in sql Pin
pmarfleet13-Jan-08 19:38
pmarfleet13-Jan-08 19:38 
GeneralRe: how to save an image in sql Pin
Naveed72713-Jan-08 19:45
Naveed72713-Jan-08 19:45 
GeneralRe: how to save an image in sql Pin
pmarfleet13-Jan-08 21:50
pmarfleet13-Jan-08 21:50 
AnswerRe: how to save an image in sql Pin
Giorgi Dalakishvili13-Jan-08 21:16
mentorGiorgi Dalakishvili13-Jan-08 21:16 
GeneralPasswrod on database Pin
Xmen Real 13-Jan-08 5:43
professional Xmen Real 13-Jan-08 5:43 
GeneralRe: Passwrod on database Pin
pmarfleet13-Jan-08 7:07
pmarfleet13-Jan-08 7:07 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay13-Jan-08 9:43
Colin Angus Mackay13-Jan-08 9:43 
GeneralRe: Passwrod on database Pin
GuyThiebaut13-Jan-08 11:24
professionalGuyThiebaut13-Jan-08 11:24 
GeneralRe: Passwrod on database Pin
pmarfleet13-Jan-08 11:49
pmarfleet13-Jan-08 11:49 
GeneralRe: Passwrod on database [modified] Pin
Xmen Real 13-Jan-08 17:11
professional Xmen Real 13-Jan-08 17:11 
GeneralRe: Passwrod on database Pin
pmarfleet13-Jan-08 19:34
pmarfleet13-Jan-08 19:34 
GeneralRe: Passwrod on database Pin
Xmen Real 13-Jan-08 19:46
professional Xmen Real 13-Jan-08 19:46 
GeneralRe: Passwrod on database Pin
Xmen Real 13-Jan-08 22:36
professional Xmen Real 13-Jan-08 22:36 
GeneralRe: Passwrod on database Pin
pmarfleet13-Jan-08 22:41
pmarfleet13-Jan-08 22:41 
GeneralRe: Passwrod on database Pin
Xmen Real 13-Jan-08 22:48
professional Xmen Real 13-Jan-08 22:48 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 5:27
Colin Angus Mackay14-Jan-08 5:27 
xmen wrote:
i want that my database should open only with my id, i wanna set password on database as written in the title


Well, if you are running the process that is accessing the database then you can open a connection becuase you are already authenticated against the process that is calling the database. However, another user cannot because the database should only be accepting connections from Windows applications running in your account.

Windows Authentication says that the user does not need to log in AGAIN, because they are already logged into the computer (or have started the process with Run As... and logged into the process as a different user that has access)


GeneralRe: Passwrod on database Pin
Xmen Real 14-Jan-08 5:46
professional Xmen Real 14-Jan-08 5:46 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 6:42
Colin Angus Mackay14-Jan-08 6:42 
GeneralRe: Passwrod on database [modified] Pin
Xmen Real 14-Jan-08 7:13
professional Xmen Real 14-Jan-08 7:13 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 9:14
Colin Angus Mackay14-Jan-08 9:14 
GeneralRe: Passwrod on database Pin
Xmen Real 14-Jan-08 13:53
professional Xmen Real 14-Jan-08 13:53 

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.