Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ninjadeathmonkey

    CLR and Scalar-valued function

    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...
  2. ninjadeathmonkey

    DataSet RSS

    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...

Part and Inventory Search

Back
Top