User Profile

Collapse

Profile Sidebar

Collapse
sivashanmugam
sivashanmugam
Last Activity: Apr 29 '09, 01:26 PM
Joined: Feb 24 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sivashanmugam
    started a topic Performance Issue in URL
    in PHP

    Performance Issue in URL

    Hi,

    We are developing web pages using PHP and i am having performance in one particular URL i had also verified the query and it is not because of query
    and we are using one third party tool for designing Menus and ofcourse i am using the same for all other URLs but i am not getting any issues

    Note : we are using Unix platform for php code

    Thanks in advance
    sivashanmugam
    See more | Go to post

  • sivashanmugam
    replied to Add new colums to existing view
    Hi,

    if the table anv and bpo has any matching columns with anv then full outer join and insert into mybpo

    or else u can insert like this

    insert into mybpo ( columnname)
    select bpo from anv

    and
    insert into mybpo ( columnname)
    select usr from bpo
    See more | Go to post

    Leave a comment:


  • sivashanmugam
    replied to Help! MySQL LEFT JOIN probelm in Perl
    in Perl
    Hi,

    What is the error your getting

    with Regards
    sivashanmugam
    See more | Go to post

    Leave a comment:


  • sivashanmugam
    replied to Cursors
    PIVOt

    hi,

    U can also use pivot concept
    See more | Go to post

    Leave a comment:


  • sivashanmugam
    started a topic Problem While doing Sftp

    Problem While doing Sftp

    Hi Friends,

    I tried to send some zips from local to remote location but the transfer is not sucess i can transfer the zips partially can some one assist me how to make it
    as sucess

    i had used the below code
    Code:
    #!/bin/sh
    
    /usr/local/bin/expect <<EOF
    
    spawn  sftp [I]USERNAME[/I]@[I]IPADDRESS[/I]
    expect "password:"
    send "Tgsf324a \r"
    expect "sftp>
    ...
    See more | Go to post
    Last edited by numberwhun; Feb 24 '09, 01:13 PM. Reason: Please use code tags. Account information removed for your protection.
No activity results to display
Show More
Working...