Monday, March 19, 2012

Connecting to MS SQL from Linux?

Can this be done? and if so, where can I see some code?Hi George.
Two approaches are:
(a) JDBC:
http://www.microsoft.com/downloads/...&DisplayLang=en
(b) HTTP / XML:
http://www.microsoft.com/sql/techinfo/xml/default.asp
HTH
Regards,
Greg Linwood
SQL Server MVP
"george d lake" <gerogevyp@.cuartel15.com> wrote in message
news:%23t7qfaXAEHA.1468@.tk2msftngp13.phx.gbl...
> Can this be done? and if so, where can I see some code?
>|||On 2004-03-03, Greg Linwood <> wrote:
> Hi George.
> Two approaches are:
> (a) JDBC:
> http://www.microsoft.com/downloads/...&DisplayLang=en
> (b) HTTP / XML:
> http://www.microsoft.com/sql/techinfo/xml/default.asp
>
There is also another way, using libraries from FreeTDS (www.freetds.org, i
belive). I've used this piece of software to have my Linux/PHP/Apache
applications retrive data from the MSSQL servers. Works more than fine.
(Better than IIS/ASP pages retriving data from mysql server).
Mike
--
"I can do it quick. I can do it cheap. I can do it well. Pick any two."
Mario Splivalo
msplival@.jagor.srce.hr|||Hi George,
Might be a bit late but there is another option that you can try. This
is using the OpenLink ODBC drivers for Linux connecting to MS SQL
Server. You can download the drivers from the following URL and a
30-day fully functional license is sent to your e-mail address:
http://www.openlinksw.co.uk/download/downwiz.vsp
You can also take a look at the following URL for information on
sample codes and other useful resources:
http://www.iodbc.org/
Regards,
Ashok Rautela
"george d lake" <gerogevyp@.cuartel15.com> wrote in message news:<#t7qfaXAEHA.1468@.tk2msftng
p13.phx.gbl>...
> Can this be done? and if so, where can I see some code?

No comments:

Post a Comment