Re: ODBC on OpenBSD *solved*

2007-03-21 Thread Lawrence Teo
Joaquin Herrero wrote: The problem I had when tried to compile php4 (or php5) from ports is this: mach:/usr/ports/www/php4# /usr/bin/make ===> www/php4/core ===> Checking files for php4-core-4.4.0p0 php-4.4.0.tar.gz doesn't seem to exist on this system. Attempting to fetch /usr/ports/distfiles

Re: ODBC on OpenBSD *solved*

2007-03-21 Thread Joaquin Herrero
2007/3/20, Allen <[EMAIL PROTECTED]>: > > I regularly connect PHP to MSSQL server with a different technique: > FreeTDS in the ports tree. It's quite simple. Thanks! It worked! I built the freetds package from ports, and using "sqsh" (from packages) I was able to connect to the customer's SQLSer

Re: ODBC on OpenBSD

2007-03-20 Thread Marc Espie
Another possibility is perl. I've been using DBD::Proxy/DBI::Proxyserver across Unix <-> Windows to get an HTML::Mason app directly talking to an Access database, and I'm in the process of migrating it to DBIx::Class (often enough Catalyst). This does just work. The only downside is that you need

Re: ODBC on OpenBSD

2007-03-20 Thread Allen
On 3/20/07, Joaquin Herrero <[EMAIL PROTECTED]> wrote: Hi, Has anyone succeded in using iodbc or unixodbc to access a remote database ODBC-compliant? I need to use some data from a SQL Server for the application I'm developping (PHP+MySQL on OpenBSD) but I don't find any information about how

Re: ODBC on OpenBSD

2007-03-20 Thread Jim Razmus
* Joaquin Herrero <[EMAIL PROTECTED]> [070320 14:33]: > Hi, > > Has anyone succeded in using iodbc or unixodbc to access a remote database > ODBC-compliant? > I need to use some data from a SQL Server for the application I'm > developping (PHP+MySQL on OpenBSD) but I don't find any information ab

ODBC on OpenBSD

2007-03-20 Thread Joaquin Herrero
Hi, Has anyone succeded in using iodbc or unixodbc to access a remote database ODBC-compliant? I need to use some data from a SQL Server for the application I'm developping (PHP+MySQL on OpenBSD) but I don't find any information about how to proceed. I can install the iodbc package on a OpenBSD