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 SkipVought 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: Taco
  • Order by date
  1. Taco

    Which Connection is better?

    Would someone be able to tell me the differences between the below methods. I always thought that the .execute method was more efficient especially for simple retrievals of data. Set rs=server.createobject("ADODB.recordset") sqlstr = "select * from table" set rs =...
  2. Taco

    Unexpected Shutdown

    Thanks for the replies guys. The reboots are very sporadic - sometimes during the day and sometimes at night after hours. The server is hosted in a "state of the art" facility and power and UPS are fine. I have ruled out hardware at this point as I have 2 other servers with the...
  3. Taco

    Unexpected Shutdown

    I have a Win2K server SP3 that is used as a Web Server and an Imail mail server. I have been experiencing eventid 6008 - the previous system shutdown at <date> and <time> was unexpected. There is no memory.dmp file being produced and no other errors to go from. This is very sporadic -...
  4. Taco

    Imail Server COM Objects

    Has anyone ever dealt with writing an application for IP Switch's Imail Server? I am trying to write an application that will automatically read incoming emails but I am having trouble finding any documentation from IP Switch. So far I have this which successfully connects to the server but...
  5. Taco

    SQL Mail Says OK but - No email received

    I have configured SQL Mail on NT4 SP 6a running SQL 7 and as far as SQL is concerned everything is working. When I send a test email it says &quot;Mail Sent&quot; - I get no error messages whatsoever anywhere- SQL logs, NT logs. And even according to my SMTP logs it looks like the mail was...
  6. Taco

    Scripting.FileSystemObject and Readline

    It had previously worked before without actually writing the </html> - that was used in the do until </html>. And I have a saved message from a few months ago, when I look at the source code of the email there is no </html> except the last one at the end of the html file that the code is...
  7. Taco

    Scripting.FileSystemObject and Readline

    I have successfully in the past used this code to send HTML formatted emails from my ASP application. Recently the code is now inserting a </html> after each line it reads from the file. This is causing problems with email clients like Lotus Notes. It use to just read the file line by line and...
  8. Taco

    Edit Site.csc file

    I was wrong again. Apparently this &quot;newer&quot; version of Commerce Server does not need its own Global.asa that comes with Ad Server. I moved all of the session variable from Ad Server's Global.asa into the one my site was using and it worked - Thank God!
  9. Taco

    Edit Site.csc file

    I have moved my website folder from one hard drive to another after getting a virus. I have since gotten rid of the virus and formatted the old drive. Now, I can no longer get into the Ad Manager pages. I am running NT4 with Commerce Server 3 - really only utilizing Ad Server. Now I am...
  10. Taco

    Proper Permissions on Website folders

    Thanks for your help. I guess nothing is ever straight forward when working with Microsoft products. So I don't need the everyone group to have read permissions then - just the IUSR_MACH and SYSTEM?
  11. Taco

    Exclusive Use of Hard Drive

    I got it! I was able to assign no drive letter to that partition, reboot and then delete the partition and do what I needed.
  12. Taco

    Proper Permissions on Website folders

    Could someone tell me the basic settings for permissions on a website folder? Should everyone be read-only and the IUSER_XXXX have change access? There are a couple of places on the site where certain users have to upload files either to the TEMP directory or to a specific sub-folder of the...
  13. Taco

    Exclusive Use of Hard Drive

    I am trying to delete a partition using Disk Administrator in Windows NT 4.0 SP6a. I get the following error: The drive can not be locked for exclusive use. Please check to see if some applications are currently accessing the drive. If so, close them and try again. Nothing has written to...
  14. Taco

    Input Type=File &amp; File Types

    Here is a link to a way to do this in JAVA: http://javascript.internet.com/forms/upload-filter.html#source
  15. Taco

    Possible to Print just a form?

    I was wondering if it were possible to send just the contents of a form to the default printer similar to Window.Print but just the contents of the form from an .ASP web page?
  16. Taco

    Print Excel Chart With a Command Button

    Thanks to both of you. Both helped and I got it now. Thanks again.
  17. Taco

    Word 2000 Doesn't Open And Hangs System

    When you say delete, do you mean uninstall? You need to run the setup program and uninstall it that way and then re-install.
  18. Taco

    Print Excel Chart With a Command Button

    I have a chart as an object in a worksheet and I want to add a command button to print just the chart. When I add the command button and view the VB code the Chart Object is nowhere to be found. When I click the chart with the mouse and choose print this prints just the chart - this is what I...
  19. Taco

    Send to Multiple CC Recipients separated by a comma in a text box

    I am using ASP Mail and the problem I am having is the Mailer.AddCC interprets multiple recipients as one long address. For instance if I put in email1@company.com, email2@company.com when it sends the email the CC address looks like <email1@company.com, email2@company.com>. Again my code just...
  20. Taco

    Send to Multiple CC Recipients separated by a comma in a text box

    I am trying to figure out a way to send email to mutiple CC recipients that are listed in a text box separated by a comma. I can get the Mailer.AddCC &quot;&quot;, Request.Form(&quot;ccemail&quot;) with a single address in the text box but everything I have tried to do using a comma as a...

Part and Inventory Search

Back
Top