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 Chriss Miller 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: *

  • Users: briby
  • Content: Threads
  • Order by date
  1. briby

    Using Excel Functions from C#

    Hi there I'm a relative new comer to .net, I have a project that is taking some calculations that are done in a spreadsheet and coding them in c#. No problem I'll just use the Math library I thought ... Except no NORMSDIST and no NORMSINV. I believe you can access these Excel functions...
  2. briby

    Checking SSL issuer

    Hi there Doing a program that is transfering data over an SSL connection (where the server issues the certificate) What I want the client program to do is check that the SSL certificate is from who it should be from (to prevent possible man in the middle attacks). How can I do this? I thought...
  3. briby

    Creating an Internet Connection

    Hi there! Working on a program that will connect to the internet and am having a problem. I am detecting whether they have internet setup etc with - InternetGetConnectedState(@dwConnectionTypes, 0); - and then checking the contents of dwConnectionTypes for various values and then following this...
  4. briby

    SSL Caching problem?

    Hi, I have a bit of a strange problem. We have a web site in development which is using Digest Authentication & SSL. We have a hardware load balancer infront of the web servers but it also ensures that for the lifetime of a connection that a user's machine will hit the same web server...
  5. briby

    Efficient Queries on DB2/400

    Hi, I am a PC programmer so pardon my lack of DB2/AS400 knowledge - I'm trying to learn. I am currently trying to increase the performance of a client/server application we have written in Delphi and running queries against the DB2 tables on our iSeries. An example of a query used by the...
  6. briby

    Failing ActiveX Script Task

    Hi there, I'm hoping somebody may be able to give me a clue on this one. I have a DTS package that does a simple bit of VBScript which is checking for a file existing. This works fine when I run it on my PC under my user profile but it fails when it runs on the server. The line it complains...
  7. briby

    Routing mail to an external database?

    Hi, we currently use Lotus Notes for internal email. Our clients have an application that allows them to send email to us via a proprietary format which gets loaded into Notes by a simple delphi application and thereby gets sent to the internal user. The internal new mail form has a link to...

Part and Inventory Search

Back
Top