Re: Data Sources (ODBC) - Adding a new DSN entry
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4efnB-ZmbjJacVekoJckDAwYnL2L-zmKiawJgtCAj_uuQ@mail.gmail.com> |
2011/7/8 Sergio NNX <[email protected]>: > > Hi list, > > I've successfully built freeTDS with unixODBC support under MinGW environment. Now I'd like to add a new ODBC DSN entry in Windows. If I go to go Control Panel - Administrative Tools - Data Sources (ODBC) icon, I don't see 'freeTDS' driver there and I'd like to add a System DSN. Any pointers/user guide/ideas? > > Thanks in advance. > > Sergio. > You have to install the driver. Manually you can: - copy dll to a local folder - register with "regsvr32 <dll_name>" bye freddy77