Re: FreeTDS and ODBC
Michal Seliga <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
previous problem solved (i had something strange in evironment, when i tried it on clean account it worked) now i have new problem i try to connect to microsoft sql 2000 database which runs on another machine - tsql from freedts works (both using -S and configfile or using -H -p directly) - iodbctest works (using DSN with ServerName) - qt linked to iodbc library doesn't work (every query returns empty resultset) - connection to database using isql (unixodbc) doesn't work - some queries work (for example select count(*) from sometable) , some return empty resultsets (for example select textcolumn from sometable) is there anyone who might help me to findout what is wrong? (someone of developers?) i am willing to provide any information which might be helpful, only so far i have no idea what exactly would be needed. you may also contact me privately if you prefer this way right now i am not 100% sure if its problem of FreeDTS or something else, but FreDTS is only common part for unixodbc and qt which are both failing....