2005/10/24, Eduards Mihelovics <[EMAIL PROTECTED]>: > I've been using SQL*Plus under Emacs, XEmacs for YEARS, under Solaris, > Windows NT, 2000 and XP, and it always worked fine. > SQLCLI doesn't work. > I think I also tried to write Java app (though don't remember for sure) to > connect to SQLCLI and try to get some output before exit, with no good > result. Somehow SQLCLI doesn't think that this is a "proper terminal" :))
Hm... Depending on what you do you might also write a complete replacement for sqlcli (in Java if you like). That shouldn't be too difficult although I agree that one would expect to find a solution that does not need redevelopment... Alternatively you can use any other SQL query frontend (for example "SQL Workbench", written in Java and thus cross platform). Kind regards robert > Thanks, > Eduard > > > On 10/24/05, Robert Klemme <[EMAIL PROTECTED]> wrote: > > Hi, > > > > 2005/10/24, Eduards Mihelovics <[EMAIL PROTECTED]>: > > > Hi, > > > > > > When I am running SQLCLI under Windows XP command line it works fine. > > > However, when I try to run it from XEmacs shell under XP, it does not > work - > > > I do not not see any output. The output appears only after I exit the > SQLCLI > > > shell! I understand that this it because of the way SQLCLI buffers > output, > > > and also whether it considers the calling shell to be a terminal or not. > > > However, I haven't found any workaround. > > > > Are you sure the fault is on the SQLCLI side? Maybe there is a > > setting that controls xemacs shell execution (for example use virtual > > terminal instead of pipes or such). > > > > > Just to clarify: XEmacs is a text editor under which I can run a shell > > > inside the text editor, under which shell I can call any other shell > > > programs. It is my favourite way of working with Oracle SQL*Plus command > > > line shell. I also don't see any reason why MAXDB SQLCLI should buffer > it's > > > output the way it does. > > > > That may happen automatically depending on the output device. > > > > Kind regards > > > > robert > > > > -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
