Ask a Question related to ASP, Design and Development.
-
Sanju #1
Conversion of Varbinary into varchar
Dear All,
I have written a stored procedure which returns a
Varbinary column from MS SQl Server 7 database. I tried
converting the same into Varchar but this will not work in
the database. I want the varbinary column in the Back End
as a Varchar value (like 0x00000000000003F4) in my ASP.
How can I achieve this? Please help.
Thanks
Sanju
Sanju Guest
-
Ouputing varbinary data
Hello CF fellows, When outputing varbinary data directly from a column of datatype "varbinary" in MS SQL Server, I get the error "ByteArray... -
How Many VarBinary for each Ascii Char Aes Encrypted KeySize=256,BlockSize=256
Hi. I'm wanting to encrypt customer name, address, etc. information using Aes with a KeySize of 256 and a BlockSize of 256. Either for each ascii... -
text and varchar
Hello, sorry for the trivial question. Is there any difference between varchar and text types in practice? I couldn't find. Mage ... -
VARCHAR or not ?
Solaris 8 IDS 7.31 FD3 We have to create a table, that will contain a code, a short description and then a long description (up to 2000... -
How to get hexadecimal values into varbinary columns?
use numeric literals not string. INSERT INTO table1 VALUES (0xA6D4632C1) note: if you cast a string, the actual ascii codes are used. INSERT...



Reply With Quote

