Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
stacey9554
Starting Member
1 Post |
Posted - 2008-02-08 : 15:02:12
|
I have a VB 6 app with a SQL 2000 database backend.To meet company standards I need to add encryption from the VB6 app to the database. I also need to add better password protection at the database. Upgrading to SQL 2005 will help with the password protection changes I need to make and I have been told that 2005 does have some sort of Encryption built in?Does anybody have any references or information about encrypting data in transent between a VB6 app and SQL server 2005?Thanks |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-02-08 : 22:22:44
|
Yes sql2k5 comes with encryption feature, books online has details. |
 |
|
|
|
|