This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Cygwin 1.7.1-1: problem with pipe to windows programs


KJ <kjathome <at> gmx.net> writes:
> within a cygwin shell I used to pipe some data into a windows program
> (sqlcmd.exe) which used to work pretty well. Since upgrading to 
> version
> 1.7 I get the following error:
> $ echo "select @@version" | sqlcmd
> Sqlcmd: Error: Internal error at ReadTextLine (Reason: Unbekannter Fehler).

If this is still a problem, you might get some additional hints by running
the following (or with some other option to od) in bash and in cmd and
comparing the results.

echo "select @@version" | od -c


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]