}} Is there a way to connect to and make queries on MSSQL database?
I use the UnixODBC ( http://www.unixodbc.org/).
In section "drivers" you can find out the working driver for the most SQL server
I use the FreeTDS driver to connect to MSSQL (http://www.freetds.org/).
Hope it helps you!
Thanks! Exactly what I wanted and needed.
For those interested in how I've done it there is a detailed explenation on my web page (it still needs some polishing)
http://mitja.kizej.net/index.php?jezik=en&tema=mssql
Thanks again!
Mitja