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 strongm 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: *

  1. Joacim

    VB6: Error "Memory Could Not Be Read"

    It sounds like some file has been corrupted. You probably need to reinstall VB.
  2. Joacim

    ASP/Application Pools...

    Are you using Windows 2003? In that case it's probably because the IIS_WPG group doesn't have the correct permissions to any or all of these folders: %systemroot%\IIS Temporary Compressed Files %systemroot%\Help\IISHelp\Common %systemroot%\System32\Inetsrv\ASP Compiled Templates
  3. Joacim

    Simple Question?: Return html, then add more html at client

    Well, extending a page with more information can easily be done using the document object and javascript, however I don't understand how you would get this new information and still keep the old. In the last paragraph of your post it sounds as if you want the server to just send it to your...
  4. Joacim

    Script Error

    The ActiveConnection property of an ADO Recordset requires a Connection object, not a string. You have to create a connection object, and use your DNS string as the ConnectionString for that object. You can then use that with your recordset. If you need further explanation I need to see more of...
  5. Joacim

    Which code editor do you use?

    Personally I never really liked the GUI in UltraEdit but that's me... EditPlus is much nicer in my opinion. I know I shouldn't promote my own work in this forum but since I didn't start this thread and also since my product is free I will do it anyway :-) Source Edit, http://www.sourceedit.com...

Part and Inventory Search

Back
Top