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

    Execution Plan for Prepared Statement

    I have a fairly complex query with one integer type parameter. When I run it as a prepared statement, it takes ~50 seconds to run. When I run the same statement in query analyzer, it takes less than 1 second. My theory is that the execution plan is somehow different when it's running as a...
  2. TealWren

    Iterate through controls on a Web form

    In either C# or VB, I would like to iterate through the controls on my web form and set properties. I have been unable to find a collection of any sort in the Page class which holds all of the controls on the form. Is there a way to get that information? Has anyone done this? Thanks for...
  3. TealWren

    Setting window size for "this window only"

    I have a web application which I would like to open certain windows at a certain size. Using JavaScript I used window.open and sent the appropriate parameters to open the window with that size. However, if I close the application the next time I open the browser it is that size! Is there any...
  4. TealWren

    Java on Apache

    Is there anything that needs to be done to enable Java Script on an apache server? TealWren
  5. TealWren

    Uninstall Win2k Dual Boot

    I installed Windows 2000 months ago, in a dual boot with Windows 98. Win 2000 has since become corrupted, and will not boot without stop errors. I would like to simply uninstall the windows 2000. Any ideas how to do this? Thanks TealWren
  6. TealWren

    Is there a way to determine the def

    Is there a way to determine the default for a field by querying interbase? I am trying to verify that the default for a field is a certain value. I'd like to do it programmatically. In other databases I've been able to retrieve that information via metadata, but in Interbase it appears to be...

Part and Inventory Search

Back
Top