The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
142 views

Is there a valid connections string for Oralce 11g to connect with unixodbc (C++) without TNS.ora or a DSN?

I am trying several connection strings found online that claim to let you connect to an Oracle database via odbc (unixodbc) with C's sql lib in a C++ program but non of them actually work if no DSN is ...
3
votes
2answers
3k views

Easy path to REST on SQL Server?

At work, one of our primary databases is running on MS SQL Server. I think it's 2008. I'm currently hitting it via UnixODBC and FreeTDS from a Linux host. Unfortunately, the UnixODBC/FreeTDS are not ...
4
votes
1answer
593 views

How to make iSQL/FreeTDS behave like a normal client?

I have a third-party Sybase database, which my users would like to connect to and query from a Linux box, using iSQL. I have installed UnixODBC and FreeTDS. As it is third-party database however, I am ...