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

    Calling DTS from ASP.NET

    I have written a function to call a DTS package from a c# DLL. The function looks as follows: public bool RunBulkInsert() { DTS.Package2Class dtsBulkInsert; object objPersistStgOfHost = null; UCOMIConnectionPointContainer cpcCnnctPtCont; UCOMIConnectionPoint cpConnectionPoint...
  2. keith818

    Changing the tab length on a richtext box

    I want to change the number of characters a tab moves the cursor on a rich text box. Does anyone know how this can be done? Cheers for you help, Keith
  3. keith818

    Component Licences

    I am writing a .NET component in c# and I want to set-up a licence so that it works fully in the development environment but requires a licence file if its being distributed in an application. Could anyone tell me how to do this or where I could find a resource that explains how this can be...
  4. keith818

    Problem Accessing Stored Oracle Procedure

    I have created a stored procedure in Oracle that contains an ‘INSERT’ statement in it which inserts values to a table which are then returned by a cursor variable to Crystal Reports using a ‘OPEN [cursor] FOR’ statement. The problem is that when I try to add this procedure to the report I get...

Part and Inventory Search

Back
Top