Skip to Content.
Sympa Menu

freetds - Re: [freetds] FreeBSD (unixODBC) to QNX Sybase

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Kamil Parkanyi" <parkanyi AT procaut.sk>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] FreeBSD (unixODBC) to QNX Sybase
  • Date: Thu, 15 Jun 2006 10:27:58 +0100

>> From: Kamil Parkanyi
>> Sent: Wednesday, June 14, 2006 3:16 AM
>>
>> >> From: Kamil Parkanyi Sent: Tuesday, June 13, 2006 5:59 AM
>> >>
>> >> UDP port 1498 is OK. This is special port of Sybase for QNX
>> >> operating system.. This is the connection string from MSWin
>> >> for ODBC conn. and it works: dbclient -x tcpip{host=10.3.12.202}
>> >> eneDB
>> >...
>> >> src/tds/login.c: tds_connect: 10.3.12.202:1498: Connection
>> >> refused
>> >
>> >The error message suggests there's no one listening at that port.
>> >Can you telnet to it?
>>
>> SQL server is listening on 1498 UDP only . So I cannot connect it
>> with telnet - Connection refused.
>
>If telnet cannot connect to the port, FreeTDS cannot connect to the
>port. The TDS protocol is connection-oriented; FreeTDS needs TCP.
>
>> MS Win dbclient also create only
>> UPD conn. even I add option '-x tcpip' Is it possible to connect
>> server using freetds with UDP protocol?
>
>https://lists.ibiblio.org/sympa/arc/freetds/2006q2/020045.html
>http://www.ianywhere.com/developer/technotes/sqlany5_isql.html
>
>I think the problem is that you're using Sybase SQL Anywhere 5.0.5, and
>I overlooked the fact that that version doesn't natively support the TDS
>protocol.
>
>If you have a gadget apparently called "SQL Anywhere Open Server", it
>seems you can use that as a gateway between the 5.0.5 server and
>TDS-based clients.
>
>--jkl

My aim is not to add between Unix<->Qnx something like MS Win as a bridge.
It seems this old Sybase version can talk only with Win partner :-(
Do you think that this idea could work? :

FreeTDS (tcp) <-> QNX my daemon (tcp) -conversion between tcp and udp
(localhost) side(udp) <-> Sybase server(udp)

Thanx for yor time.

Kamil






Archive powered by MHonArc 2.6.24.

Top of Page