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 Wanet Telecoms Ltd 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. ctyankeeinok

    HP printer causes USB backup drive to disappear

    Just installed a new HP Envy 4500 printer on my computer that is running Win XP and has a Seagate GoFlex external drive. When the printer is connected (USB), the Seagate drive disappears. If I disconnect the printer USB cable, remove and reconnect the USB for the backup drive, the drive...
  2. ctyankeeinok

    Displaying images with servlets in emails with Outlook 2007

    We have a servlet that will display a barcode and we are to using it in an email. It works great in everything except Outlook 2007. The img tag reads like a gif, but the servlet serves up the appropriate image based on the name of the gif. Outlook 2007 still blocks it. I have seen other...
  3. ctyankeeinok

    silent install of bar code scanner with devcon.exe

    I am writing a script (using AutoIT) to do a silent install of a HHP 4600 bar code scanner. I can install the scanner using the New Hardware Wizard with no problem. However, right clicking on the .inf file and selecting Install does nothing. I tried using the following to no avail: rundll32...
  4. ctyankeeinok

    Oracle Synchronization question

    I am looking for a way to synchronize selected data between two databases. I have a "home" database that consists of all of our data related to all events. We then take a copy of all the data for a specific event and load it onto another portable server. At the event site, we then use the...
  5. ctyankeeinok

    Implicit Commit Question

    Simple question - shaking the rust off my brain... There is a java program that calls an Oracle 9i function, which in turn calls multiple Oracle procedures and functions. Unfortunately, no commits are in the code. Is the commit done when control is returned to the java code, or is it possibly...
  6. ctyankeeinok

    Migrate Outlook XP pst to Vista Mail

    I recovered an Outlook.pst file from a failing machine running Office XP and want to migrate the contents to a new machine running Vista. I want to bring over all the old messages, folders, and address book. I have not done this migration before and I don't want to mess it up ;-)
  7. ctyankeeinok

    More efficient query than what I have

    I want to know how to most efficiently do the following query: I need to remove entries in a table if there are no matching entries in two other tables, as well as a recursive look at another column in the same table. What I currently have is this (simplified): delete from table_a where...
  8. ctyankeeinok

    inserts/updates/deletes with no commit

    I have inherited some code that does not regulary employ a COMMIT when the work is done <groan>. There are many "naked" returns - the proc/function just ends. I know the transaction is committed by default, but when? The procs/functions are called via jdbc from a java program.
  9. ctyankeeinok

    Monitor does not redisplay after hibernate

    My monitor is not redisplaying the screen after the PC is awakened from hibernation. It is on and the monitor works just fine otherwise. Any ideas? I have to restart the PC in order to get the monitor to display again
  10. ctyankeeinok

    epson c86 inkjet clogged

    My father in law has a printer that has not been used in 4 months and now it will not print. The cartridges have ink and the ink will come out the bottom of the cartridge. However, it appears that there is a small tube that the ink must pass through to get to the paper. I am guessing that...
  11. ctyankeeinok

    LEFT JOIN with multiple tables

    I have a query that involves multiple LEFT JOINs. I was using the Oracle (+) notation, but now the query has to be modified to include an OR condition, which is not supported by the (+) notation. So, here is the sample(the actual query is too big to wade through here): Select a, b, c.... FROM...
  12. ctyankeeinok

    File does not begin with '%PDF-' Problem

    I have two users who cannot download pdf's from my https web site. Other users have no problem viewing the pdf's. Planned behavior: When the user clicks on the link, a new browser instance appears and the pdf is supposed to appear inside. Actual behavior for 2 users: User clicks on the link...
  13. ctyankeeinok

    Bad Network Card? How do I tell?

    My computer has stopped communicating with the router and I don't know what happened. When I look at the NIC, the lights are not blinking - they are off. I did plug the same cable into my laptop and it was able to communicate with the router. The card does not seem to appear to the PC. I...
  14. ctyankeeinok

    Replaced Master HD, but OS does not see Slave

    FACTS: OLD PC - Micron MMX 166 with Pheonix m55Hi BIOS (purchased 05/97) Had Maxtor 40GB as master, runs EZ BIOS on boot. Old original HD (WD Cavier 2.5 GB) as slave. Worked fine for 2+yrs. Alas, Maxtor was failing - suspect a recent brownout/blackout. Replaced Maxtor with used Seagate 6 GB...

Part and Inventory Search

Back
Top