View Single Post

   
  #9 (permalink)  
Old 04-20-2008, 04:31 PM
Andrew2006
 
Posts: n/a
Default Re: dbaccess - return key does not work?

A colleague found the problem in my .bashrc:

alias dbaccess='rlwrap dbaccess'

I use rlwrap when in non-menu mode as you can view your history of all
previous sql queries using the up and down arrows.

When I used the alternative version I was specifying the full path and
so not using my alias, hence it worked correctly.

Thankyou everyone for all the help.

Andrew
Reply With Quote