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

    Unloading IIS ISAPI DLL's

    Hello, I am trying to develop IIS ISAPI DLL extensions. I remember reading that the problem of unloading a DLL once run on IIS without having to stop the IIS service had been solved. I have searched MSKB and can find no reference to this problem. If anyone knows how to force IIS to unload a...
  2. IMLee

    Type mismatch for field "xxxx", expecting: Integer actual: Float

    Hello, I am trying to find the source of this error: 'Type mismatch for field "xxxx", expecting: Integer actual: Float' I have an application that queries an Oracle 8i database from Delphi CS 5 with sp1 running under Windows NT Workstation 4 Sp6a In the BDE Administrator, the native...
  3. IMLee

    "Invalid Enum Value" using ADOTable Component

    I am getting an error in Delphi 5.1 Enterprise using a datamodule containing an ADOConnection and ADOTable component. This is working code that will compile and link until ANY action is taken. Simply setting the table active to true and then the ADOConnection active to false will generate the...
  4. IMLee

    How to catch session variable expiration CF4.5

    Hello, I am trying to catch the expiration of session variables in a Cold Fusion 4.5 application. Does anyone know where examples, samples or code snippets on this subject can be found. I have looked in the most recent Que and Sybex books without success. Any help or advice would be most...
  5. IMLee

    DragDrop Operation with DragImageList in Delphi 5

    Hello, I am trying to find samples, examples, or advice on how to implement dragdrop operations in Delphi 5 using a TDragImageList. I would like to drag a control such as a button across a form and display an image during the drag operation. Any help would be appreciated. Thanks IMLEE

Part and Inventory Search

Back
Top