Click here to Skip to main content
15,892,059 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionProblem with autoscrolling of the .NET ScrollableControl Pin
Shao Voon Wong13-Jun-10 21:04
mvaShao Voon Wong13-Jun-10 21:04 
AnswerRe: Problem with autoscrolling of the .NET ScrollableControl Pin
Adam R Harris17-Jun-10 6:11
Adam R Harris17-Jun-10 6:11 
GeneralRe: Problem with autoscrolling of the .NET ScrollableControl Pin
Shao Voon Wong27-Jun-10 17:26
mvaShao Voon Wong27-Jun-10 17:26 
Questionfaster C++ .NET webclient usage? Pin
T210213-Jun-10 19:27
T210213-Jun-10 19:27 
AnswerRe: faster C++ .NET webclient usage? Pin
Eddy Vluggen14-Jun-10 2:34
professionalEddy Vluggen14-Jun-10 2:34 
GeneralRe: faster C++ .NET webclient usage? Pin
T210214-Jun-10 19:24
T210214-Jun-10 19:24 
QuestionDatabase or no database in Software development? Pin
cyberexel12-Jun-10 18:33
cyberexel12-Jun-10 18:33 
AnswerRe: Database or no database in Software development? Pin
Dave Kreskowiak13-Jun-10 5:25
mveDave Kreskowiak13-Jun-10 5:25 
cyberexel wrote:
I intentionally learnt this over the last 10 years, assuming all along that best software must run on best databases.


Wrong. The best software doesn't mean it's using the best database. Not all software uses a database engine.


cyberexel wrote:
1) you can't hide/lock access 2003 from users when distributed


That's Access' fault, not Visual Studio's. The Jet database engine (what Access uses) was not designed to be the top-of-the-line, be all-end all, database engine. It's a simple desktop database geared toward small data requirements.


cyberexel wrote:
2) when i use sql 2005, users have to install sql server/express, and the database will be in the server, so sa can easily browse it!!


Yes, the "sa" account is the "God Rights" account of the SQL Server. It has access to everything, and for a reason.

If your every day users have the password to the "sa" account, that's your fault, not theirs. If you're using the "sa" account from your application in the connection string, that's also your fault. It's your job as the developer to understand the security model of SQL Server and setup users and permissions as appropriate to give those users just the access they need to manipulte the data in the database according to the business rules and nothing more.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




AnswerRe: Database or no database in Software development? Pin
PIEBALDconsult13-Jun-10 18:51
mvePIEBALDconsult13-Jun-10 18:51 
GeneralRe: Database or no database in Software development? Pin
cyberexel14-Jun-10 23:10
cyberexel14-Jun-10 23:10 
GeneralRe: Database or no database in Software development? Pin
PIEBALDconsult15-Jun-10 3:10
mvePIEBALDconsult15-Jun-10 3:10 
GeneralRe: Database or no database in Software development? Pin
Eddy Vluggen15-Jun-10 3:36
professionalEddy Vluggen15-Jun-10 3:36 
GeneralRe: Database or no database in Software development? Pin
Dave Kreskowiak15-Jun-10 5:35
mveDave Kreskowiak15-Jun-10 5:35 
AnswerRe: Database or no database in Software development? Pin
T M Gray15-Jun-10 8:17
T M Gray15-Jun-10 8:17 
QuestionJoin computer to domain using vb.net Pin
SIFNOk12-Jun-10 7:43
SIFNOk12-Jun-10 7:43 
AnswerRe: Join computer to domain using vb.net Pin
Abhinav S12-Jun-10 22:09
Abhinav S12-Jun-10 22:09 
AnswerRe: Join computer to domain using vb.net Pin
Rob Branaghan28-Apr-11 0:20
Rob Branaghan28-Apr-11 0:20 
AnswerrootSearch = New DirectorySearcher(root) Pin
Mike Phares Jr11-Jun-10 20:45
Mike Phares Jr11-Jun-10 20:45 
GeneralRe: rootSearch = New DirectorySearcher(root) Pin
saini arun11-Jun-10 20:57
saini arun11-Jun-10 20:57 
GeneralRe: rootSearch = New DirectorySearcher(root) Pin
Abhinav S12-Jun-10 6:04
Abhinav S12-Jun-10 6:04 
GeneralRe: rootSearch = New DirectorySearcher(root) Pin
Pete O'Hanlon12-Jun-10 9:10
mvePete O'Hanlon12-Jun-10 9:10 
QuestionMLM TREE Pin
vijayksh11110-Jun-10 7:18
vijayksh11110-Jun-10 7:18 
AnswerRe: MLM TREE Pin
Dr.Walt Fair, PE10-Jun-10 7:30
professionalDr.Walt Fair, PE10-Jun-10 7:30 
AnswerRe: MLM TREE Pin
Pete O'Hanlon10-Jun-10 22:37
mvePete O'Hanlon10-Jun-10 22:37 
AnswerRe: MLM TREE Pin
_Ashish8-Jul-10 6:34
_Ashish8-Jul-10 6: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.