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 TouchToneTommy 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: denhoffk
  • Content: Threads
  • Order by date
  1. denhoffk

    Deployment of a NT Service

    I am deploying a NT Service in Dot net 2005 to a server(Windows Server 2003) that does some file IO specifically it copies a file from one location and backs it up to another. I am receiving a dot net framework error when this service tries to perform the copy(I believe, since it works on my...
  2. denhoffk

    Windows Authentication

    I'm using windows authentication for my web app. It works fine on my local development machine but when I access my pages on the web server it doesn't appear to be working. The web server is on the domain running IIS 6.xxx, the same as my development machine. The web.config file is as follows...
  3. denhoffk

    Calling stored procedures with inout parameters in C#

    I'm calling a pervasive stored procedure from a c# app and it requires an "inout" parameter. My code appears to be working fine but the returned parameter value returned is always null even if I hard set it in the procedure. Any ideas? Im running PVSW 8.6
  4. denhoffk

    Stored procedures in the data manager with inout paramaters.

    How do I call stored procedures with "inout" parameters in the pervasive SQL Data Manager?

Part and Inventory Search

Back
Top