Click here to Skip to main content
15,912,072 members
Home / Discussions / Database
   

Database

 
GeneralRe: Need a way to clone rows in SQL [modified] Pin
PyroManiak24-Jul-06 11:44
PyroManiak24-Jul-06 11:44 
GeneralRe: Need a way to clone rows in SQL Pin
Frank Kerrigan25-Jul-06 1:55
Frank Kerrigan25-Jul-06 1:55 
GeneralRe: Need a way to clone rows in SQL Pin
Michael Potter25-Jul-06 4:21
Michael Potter25-Jul-06 4:21 
GeneralRe: Need a way to clone rows in SQL Pin
PyroManiak25-Jul-06 7:52
PyroManiak25-Jul-06 7:52 
GeneralRe: Need a way to clone rows in SQL [modified] Pin
PyroManiak25-Jul-06 7:57
PyroManiak25-Jul-06 7:57 
QuestionRow based security Pin
martin_hughes24-Jul-06 9:49
martin_hughes24-Jul-06 9:49 
AnswerRe: Row based security Pin
Colin Angus Mackay24-Jul-06 11:52
Colin Angus Mackay24-Jul-06 11:52 
AnswerRe: Row based security Pin
Frank Kerrigan25-Jul-06 2:03
Frank Kerrigan25-Jul-06 2:03 
Don't you mean "Role Based Security" each user is assigned a role or trust level within the application that can if required use different database access levels as well.

You also have to consider how users with authenicate ( Windwos , Forms or both ?) and get a user id you can assign a Role or Memebership to. This can get fairly complex for mixed authenicated systems.


You could as a user is authenicated assign various Session State variable or better still a serialisable user object that can travel round with the user on each page. This will state user, customername or scope and access or trust level within the application.

Start simply and build from there.




Look where you want to go not where you don't want to crash.

Bikers Bible

GeneralRe: Row based security Pin
martin_hughes25-Jul-06 8:04
martin_hughes25-Jul-06 8:04 
QuestionBastardized query into one query Pin
Nino_124-Jul-06 8:11
Nino_124-Jul-06 8:11 
AnswerHrmm Pin
Ennis Ray Lynch, Jr.24-Jul-06 9:26
Ennis Ray Lynch, Jr.24-Jul-06 9:26 
GeneralRe: Hrmm Pin
Nino_124-Jul-06 11:37
Nino_124-Jul-06 11:37 
AnswerRe: Bastardized query into one query Pin
Michael Potter24-Jul-06 11:43
Michael Potter24-Jul-06 11:43 
QuestionSqlException Error - Login Pin
TheJudeDude24-Jul-06 7:06
TheJudeDude24-Jul-06 7:06 
AnswerRe: SqlException Error - Login Pin
Frank Kerrigan25-Jul-06 2:07
Frank Kerrigan25-Jul-06 2:07 
GeneralRe: SqlException Error - Login Pin
TheJudeDude25-Jul-06 10:57
TheJudeDude25-Jul-06 10:57 
Questionsql data types Pin
saneng24-Jul-06 5:52
saneng24-Jul-06 5:52 
AnswerRe: sql data types Pin
Ennis Ray Lynch, Jr.24-Jul-06 6:21
Ennis Ray Lynch, Jr.24-Jul-06 6:21 
GeneralRe: sql data types Pin
saneng24-Jul-06 22:15
saneng24-Jul-06 22:15 
GeneralRe: sql data types Pin
Mairaaj Khan25-Jul-06 1:30
professionalMairaaj Khan25-Jul-06 1:30 
QuestionADO.Net 1.1 Command Cancel Pin
Steven G. Weber24-Jul-06 3:21
Steven G. Weber24-Jul-06 3:21 
AnswerRe: ADO.Net 1.1 Command Cancel Pin
ToddHileHoffer24-Jul-06 3:32
ToddHileHoffer24-Jul-06 3:32 
QuestionInsert Database Pin
AnhTin23-Jul-06 23:19
AnhTin23-Jul-06 23:19 
AnswerRe: Insert Database Pin
rah_sin24-Jul-06 0:10
professionalrah_sin24-Jul-06 0:10 
GeneralRe: Insert Database Pin
AnhTin24-Jul-06 0:54
AnhTin24-Jul-06 0:54 

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.