I'm creating a function that calls a class I wrote in C# to encrypt and decrypt text.
I can get this code to create the function just fine:
CREATE FUNCTION DECRYPT_RSA
(
@Expression NVARCHAR(max),
@PrivateKey NVARCHAR(max)
)
RETURNS NVARCHAR(max)
AS
EXTERNAL NAME...
I have a problem connecting to Digg's RSS feed from my application. I can connect just fine using IE or Firefox, but I get "Unable to connect to the remote server" error when running my app. Here's the code I'm using:
string rssLink = "http://www.digg.com/rss/index.xml";
DataSet rssData = new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.