Recent IT Questions

1 - 2 of 2
<<PREVIOUS 1 NEXT>>

How to Encrypt a Column in sql server 2000/2005

How to Encrypt a Column in sql server 2000/2005i.e i need something like this@OriginalValue = 'Original Value'@EncryptedValue @Key intset @Key = '123#$2hj$dfgh*67kjugd45j45s4agd' --any unique key value for encrypting and decryptingset @EncryptedValue = fn_Encrypt(@OriginalValue, @Key)insert into...

View Answer   |  Feb 20 2008   6:13 AM GMT   |  asked by Dot net lerner
SQL Server 2000/2005, Encryption


Connecting from VB6 to a remote Oracle Database

We are a SQL 2000 Database shop using Visual Basic 6.0 & Windows 2003. I need to develop an application that can access an Orcale database on a remote system (sight to sight VPN in place) using SQL. I retreived some information yesterday that enabled me to construct the connect statement in our...

View Answer   |  Feb 19 2008   3:41 PM GMT   |  asked by Gcasner
Visual Basic 6.0, SQL Server 2000/2005, SQL Server 2005


1 - 2 of 2
<<PREVIOUS 1 NEXT>>