Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone. Now I'm trying to fill a DataSet from a table in a SQL Database.
Normally I can use the SqlDataAdapter, but now I have other problem.

The table is composed by 3 columns ID, UserName, Password.
UserName and Password are Encrypted, so I need to do the next thing:

Get all items of the table, decrypt all items from UserName column, and later fill the DataSet with that new data.

Can you provide to me some ideas?

Thanks
Posted

1 solution

 
Share this answer
 
Comments
TANicox 11-Sep-12 10:43am    
Yes, I tried with that, but my hosting not allows to me do that
Kuthuparakkal 11-Sep-12 10:48am    
Ask your hosting guyz to define data retreival policy
TANicox 11-Sep-12 11:09am    
Ok, now I'm sending an Email, suggesting the change of the policy.
Otherwise, don't exist another way to do this?
Thanks for your support

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900