View Single Post
  #1 (permalink)  
Old 07-06-2009, 12:40 PM
ganesh71 ganesh71 is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Mar 2009
Posts: 19
Reputation: 14
ganesh71 is on a distinguished programming path ahead
Default problem with data

hi...
I am using a "database.mdf" in my vb.net application. However the data displays correctly but it does not insert or update data.Pls help me. I am using bindingsource & tableadapter inbuilt functions of the toolbox.

I'm also using msaccess database in another application. I want that user doesn't able to see the database so i used the database password. Now when i try to connect the datasource using "add new datasource" it connects perfectly. But when running application it says "not a valid Password" while the correct password is provided in the "add new connection wizard". However when not using password it works fine. Is there any way to hide or encrypte the database password in xml config file of the application.
thanks
Reply With Quote