Connecting Tech Pros Worldwide Help | Site Map

How We create a password protected database in sql

  #1  
Old October 6th, 2008, 11:56 AM
Familiar Sight
 
Join Date: Jul 2007
Posts: 195
hi
i want to create a database with password like in ms-access
so whenever any body wants to open the database it has to be enter the password

please give some idea
varinder
  #2  
Old October 6th, 2008, 05:43 PM
ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,914
Provided Answers: 1

re: How We create a password protected database in sql


Another option is to create the database and restrict the users.

-- CK
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
How To Use A Database In Your Program Frinavale insights 18 May 19th, 2009 07:40 AM
How to create password protected files thru C# aagarwal8@gmail.com answers 7 December 12th, 2007 03:15 AM
ADO With SQL Transactions subman answers 2 March 7th, 2006 10:35 PM
Custom authentication in a web application Jon Skeet [C# MVP] answers 5 November 21st, 2005 09:32 AM