|
Home > Archive > Unix Programming > February 2004 > how to connect mssql server?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
how to connect mssql server?
|
|
| Jaguk Ku 2004-02-26, 5:33 am |
| Hi there,
I need to connect and insert data to mssql from unix system.
unix : sun sparc solaris 8
gcc (GCC) 3.3.2
database : mssql
Thacks in advance,
Jaguk Ku
| |
| Victor Wagner 2004-02-26, 6:33 am |
| Jaguk Ku <jkku@kynax.com> wrote:
: Hi there,
: I need to connect and insert data to mssql from unix system.
: unix : sun sparc solaris 8
: gcc (GCC) 3.3.2
: database : mssql
Look for FreeTDS project. It seems to be what you need.
--
| |
| Chuck Dillon 2004-02-26, 9:34 am |
| Jaguk Ku wrote:
> Hi there,
>
> I need to connect and insert data to mssql from unix system.
You need middleware. You need to get an ODBC driver (e.g. openlink)
for your solaris box and use it to talk to the ms database. Google.com
is your friend.
-- ced
>
> unix : sun sparc solaris 8
> gcc (GCC) 3.3.2
> database : mssql
>
> Thacks in advance,
>
> Jaguk Ku
>
>
--
Chuck Dillon
Senior Software Engineer
NimbleGen Systems Inc.
|
|
|
|
|