TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gokhan Ozbulak
NA
1
0
Export encrypted field in sql by c#
Aug 3 2006 3:52 PM
Hi friends There is a field that keeps data encrypted in my database.I want to export it to a text file by the program that is coded by C#.I use datareader object and ExecuteReader metdod to realize query and take contents in fields by getvalue method. There is no problem for fields except encrypted field.But when the program gets the content of the encrypted field, it writes to file "System.Byte[]" instead of the value of content. Is there anyone to help me about this?
Reply
Answers (
0
)
how do you delay a thread at the beginning of a form without delaying the form from loading
Which method is better to use for reading Large file in C# , FileStream or Streamreader