RE: [CentOS] MS SQL server

2007-09-14 Thread Ross S. W. Walker
Ross S. W. Walker wrote: > > Tony Barratt wrote: > > > > Hello List, > > > > I need to access some data a MS-SQL server ie run a stored > > procedure or > > user-defined function or a select every so often maybe 3 > times a day. > > Have centos 4.5 on intel xeon. Is there an obvious > certai

Re: [CentOS] MS SQL server

2007-09-14 Thread John R Pierce
Tony Barratt wrote: Hello List, I need to access some data a MS-SQL server ie run a stored procedure or user-defined function or a select every so often maybe 3 times a day. Have centos 4.5 on intel xeon. Is there an obvious certain-to-succeed approach? perl DBI + ODBC spings to mind, have n

Re: [CentOS] MS SQL server

2007-09-14 Thread gjgowey
Php. I've written a few shell scripts in php before that do db tasks. Then there's also java. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: "Tony Barratt" <[EMAIL PROTECTED]> Date: Sat, 15 Sep 2007 00:28:51 To: Subject: [Cen

RE: [CentOS] MS SQL server

2007-09-14 Thread Ross S. W. Walker
Tony Barratt wrote: > > Hello List, > > I need to access some data a MS-SQL server ie run a stored > procedure or > user-defined function or a select every so often maybe 3 times a day. > Have centos 4.5 on intel xeon. Is there an obvious certain-to-succeed > approach? > > perl DBI + ODBC spi

[CentOS] MS SQL server

2007-09-14 Thread Tony Barratt
Hello List, I need to access some data a MS-SQL server ie run a stored procedure or user-defined function or a select every so often maybe 3 times a day. Have centos 4.5 on intel xeon. Is there an obvious certain-to-succeed approach? perl DBI + ODBC spings to mind, have not tried it yet - can