Click here to Skip to main content
15,909,953 members
Home / Discussions / Database
   

Database

 
Questionsql server 2005 User defined datatype and PrimaryKey Pin
Asim N.9-May-07 9:00
Asim N.9-May-07 9:00 
AnswerRe: sql server 2005 User defined datatype and PrimaryKey Pin
andyharman16-May-07 8:03
professionalandyharman16-May-07 8:03 
QuestionDatabase Security Pin
Tristan Rhodes9-May-07 4:49
Tristan Rhodes9-May-07 4:49 
AnswerRe: Database Security Pin
kubben9-May-07 14:35
kubben9-May-07 14:35 
GeneralRe: Database Security Pin
Tristan Rhodes10-May-07 1:49
Tristan Rhodes10-May-07 1:49 
GeneralRe: Database Security Pin
kubben10-May-07 1:56
kubben10-May-07 1:56 
GeneralRe: Database Security Pin
Tristan Rhodes10-May-07 2:44
Tristan Rhodes10-May-07 2:44 
GeneralRe: Database Security Pin
kubben10-May-07 3:23
kubben10-May-07 3:23 
Not very practical. In all the applications I have done recently we have several layers. The bottom line is still the same. In some layer you have a connection string to the sql database. You really have two options for that connection string, sql user and nt authentication. You have modes you can run your sql server security in. Mixed allowing both windows authentication and sql users and only windows authentication. This is where your security is. I don't know what you would try to add your own second check on security on top of that. If you have an avoidance to using only stored procedures to improve your security because you think it is too much work, in the end you are making more work by trying to add your own security and it probably won't be that much more secure.

I would go with what sql server can provide you since that is what most people are doing. That way when someone has to support code you have written, they can understand quickly how the securty works, verses they need to learn this custom system you wrote that will probably be a nightmare to support.

Ben
GeneralRe: Database Security Pin
Tristan Rhodes10-May-07 3:47
Tristan Rhodes10-May-07 3:47 
GeneralRe: Database Security Pin
kubben10-May-07 3:51
kubben10-May-07 3:51 
GeneralRe: Database Security Pin
Tristan Rhodes10-May-07 4:46
Tristan Rhodes10-May-07 4:46 
QuestionUpdate a table from a data set Pin
G_Sankar9-May-07 3:02
G_Sankar9-May-07 3:02 
QuestionCan anyone reccomend a data access layer tool Pin
Andrew Torrance9-May-07 2:39
Andrew Torrance9-May-07 2:39 
AnswerRe: Can anyone reccomend a data access layer tool Pin
LongRange.Shooter16-May-07 7:48
LongRange.Shooter16-May-07 7:48 
QuestionCalling stored procedures within MFC code Pin
Ahmed Charfeddine9-May-07 2:29
Ahmed Charfeddine9-May-07 2:29 
QuestionDatabase Connection problem in sql server 2005 Pin
hbk_leo9-May-07 2:06
hbk_leo9-May-07 2:06 
AnswerRe: Database Connection problem in sql server 2005 Pin
Ahmed Charfeddine9-May-07 2:35
Ahmed Charfeddine9-May-07 2:35 
GeneralConnect Directly to SQL Server File Pin
Brady Kelly9-May-07 0:55
Brady Kelly9-May-07 0:55 
AnswerRe: Connect Directly to SQL Server File Pin
andyharman9-May-07 1:57
professionalandyharman9-May-07 1:57 
QuestionAccessing database file (.sdf) after changing extension (say .abc) causes error in connection string. Pin
ManishJape9-May-07 0:51
ManishJape9-May-07 0:51 
Questionget the table name in a .mdb file Pin
hero19958-May-07 23:41
hero19958-May-07 23:41 
AnswerRe: get the table name in a .mdb file Pin
hero19959-May-07 21:37
hero19959-May-07 21:37 
Questionneed query(urgent) Pin
Revathi Raj8-May-07 23:30
Revathi Raj8-May-07 23:30 
AnswerRe: need query(urgent) Pin
Colin Angus Mackay8-May-07 23:36
Colin Angus Mackay8-May-07 23:36 
QuestionHow to diplay reports in reportview control?Pls help its URGENT!! Pin
sha_shivani8-May-07 13:34
sha_shivani8-May-07 13:34 

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.