Skip to Content.
Sympa Menu

freetds - RE: [freetds] problems configuring..

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] problems configuring..
  • Date: 24 Feb 2003 23:06:55 +0100

Il lun, 2003-02-24 alle 22:52, Russell Kroboth ha scritto:
> >I presume is 0.61rc...
>
> I just updated to the rpm of version 6.1 from the site using rpm -U. I
> still experience the same error. I can use the rc file, but I would need an
> instructions page to follow..
>
> >How have you configured dsn?
> >Send the part of odbc.ini where dsn is configured...
>
> I found /etc/odbc.ini on the system, but it is an empty document. I never
> edited this document anyway, I used the instructions on
> http://www.unixodbc.org/doc/FreeTDS.html to register the driver and create
> an ODBC data source. Here are the templates and steps I used while following
> the instructions:
>
> [TDS]
> Description=v0.60
> Driver=/usr/local/lib/libtds.so
>
> Used the command 'odbcinst -i -d -f tds.driver.template'
>
>
> [P450]
> Driver=TDS
> Description=Partners
> Trace=No
> Servername=192.168.1.54
> Database=Partners
> UID=testuser
>

Try

[P450]
Driver=TDS
Description=Partners
Trace=No
Server=192.168.1.54
Database=Partners
Port=1433
TDS_Version=7.0

UID is not used, servername refer to a freetds.conf section, server
refer to direct server. I assumed you have mssql7 or newer (tds 7.0
version)

freddy77





Archive powered by MHonArc 2.6.24.

Top of Page