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 wOOdy-Soft 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
  • Content: Threads
  • 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

    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 -...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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?
  10. 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...
  11. 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...
  12. Taco

    I'm looking for code to set a flag to true for ALL major Holidays

    I'm trying to write code to set Holiday = True for Holidays such as Easter, Memorial Day, Labor Day and Thanksgiving which are on different dates each year. Help please. Thank you.
  13. Taco

    I'm trying to set a flag to true for ALL common Holidays??

    I'm looking for a way to capture Good Friday, Easter, Memorial Day, Labor Day, Thanksgiving etc. - any holidays that are on different dates each year and set a Holiday flag to true. Please help. Thank you.
  14. Taco

    Hardware Profile with 2 different IP addresses on a laptop.

    I use my laptop at work and home but at work it is set up to obtain an IP address automatically from our DHCP Server and at home I have a constant IP address for my cable Internet connection. I tried creating two hardware profiles each with the different settings but it does not keep the...
  15. Taco

    SYNC Local Folder and Network Folder Automatically?

    I was wondering if it was possible to automate synchronization either at shutdown or every 30 minutes or hour etc. between a local folder and a network folder?
  16. Taco

    Transfer ALL files to a new larger hard drive with NTFS partitions

    I have a 4 GB hard drive that I would like to transfer all system and data files to a 9 GB hard drive without losing any data or having to re-install any applications. Both drives are NTFS partitions. Any ideas on the best utility to do this??
  17. Taco

    Send HTML formatted email from an uploaded HTML file

    I have an asp page that is used to send out distribution lists. It consists of a MessageBox, a file upload box and some check boxes that are used for email only, fax only or HTML email. When you check off HTML email the code takes the HTML file you upload and writes that HTML to the body of...
  18. Taco

    Response.Redirect blows out frame

    I have a newly integrated site with a third party that frames my site. I have been able to change all of the href target=_top to either target=_self or target=_parent and these pages keep the third parties' frame now. The one page I can not figure out why it blows out their frame just has a...
  19. Taco

    Break down a large image to several small ones

    I have a large image for a web page that I would like to breakdown into about 16 separate images and put them in a table and have them appear as one large image again on the web page. Is there an easier way to do this then just copying each section into a new image?

Part and Inventory Search

Back
Top