Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

My name is Dipankar Chowdhury and I am new in VB.NET.

So I would like to know how to protect access 2007 database with password in VB.NET 2008 programming?

Please help me to solve the problem.
Posted
Updated 27-Jan-13 7:17am
v2
Comments
Chowdhury Technology 28-Jan-13 9:40am    
Thank you for your support..........

hey it is very simple, just open your MS- access database after that click on database tool and click on set database password.

for more such thing visit www.ram-a-singh.blogspot.com
 
Share this answer
 
Comments
Chowdhury Technology 28-Jan-13 9:40am    
Thanx............
Encrypt a database by using a database password[^]
and then use-
CSS
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\myFolder\myAccess2007file.accdb;
Jet OLEDB:Database Password=MyDbPassword;

more help-access-2007[^]
 
Share this answer
 
Comments
Chowdhury Technology 28-Jan-13 9:43am    
Thanx........
Abhishek Pant 28-Jan-13 10:23am    
My pleasure..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900