User Profile

Collapse

Profile Sidebar

Collapse
ComputerTechie
ComputerTechie
Last Activity: Jan 27 '12, 11:58 AM
Joined: Jan 25 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ComputerTechie
    replied to Compare Two DataBase
    in Java
    I cam up with the following solution.


    Code:
    SELECT customers.`First Name`,customers.`Last Name`,customers.idcustomer,scrub.idscrub,scrub.`First`,scrub.Last
    FROM customers ,scrub
    WHERE customers.`First Name` = scrub.`First` AND customers.`Last Name` = scrub.Last
    ORDER BY customers.idcustomer  
    
    
    
    DELETE FROM customers c
    WHERE EXISTS (SELECT 'X' FROM scrub
    WHERE c.`First Name` = scrub.`First`
    ...
    See more | Go to post

    Leave a comment:


  • ComputerTechie
    replied to Compare Two DataBase
    in Java
    lgm001,

    You need to test what you wrote. it does not work but i did come up with a solustion that i will post. soon.

    CT
    See more | Go to post

    Leave a comment:


  • ComputerTechie
    replied to Compare Two DataBase
    in Java
    Sorry i did post the older code here is new line

    Code:
    if (holder2.equalsIgnoreCase(holder1) && holder2a.equalsIgnoreCase(holder1a))
    as for the compare you can not as for are i know use = and have to use .equals

    Code:
    if (holder2.equalsIgnoreCase(holder1) && holder2a.equalsIgnoreCase(holder2)){
    CT
    See more | Go to post

    Leave a comment:


  • ComputerTechie
    replied to bsod/xp/can not get by safe mode
    i would get another harddrive such as usb hard drive then boot off a linux live and copy them to the usb hard drive then reinstall os.

    there are several linux live cd on the internet.

    CT
    See more | Go to post

    Leave a comment:


  • what antivirus software is on each server comes to mind.

    have you tried a 3 party pdf viewer like fox reader?

    CT
    See more | Go to post

    Leave a comment:


  • ComputerTechie
    started a topic Compare Two DataBase
    in Java

    Compare Two DataBase

    Hello fellow Experts,

    i have two database with the following tables
    customers and scrub.

    customers table has folowing:
    id customers
    Phone
    First Name
    Last name
    Address
    City
    State
    Zipcode
    Email
    Investment
    Source
    Assign
    Statue
    CustomerNotes

    Scrub has the following
    idscrub
    First
    Last...
    See more | Go to post
No activity results to display
Show More
Working...