[PHP] Re: odbc linux to win2000

2002-01-18 Thread Ergin Aytac

I think I know it again. There is no sqlbase-odbc driver available for
linux, only for win2000. So I have to write a bridge, which runs on win2000
and answers the php-sql-requests.

sorry for this question

ergin aytac

Ergin Aytac [EMAIL PROTECTED] schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I want to make a database connection with odbc. My php-script is running
on
 linux, the database (centura sqlbase 7.5) is running on win2000. Is it
 possible to make a direct odbc-connection to the database or do I really
 need a software-bridge for this connection? Someone said it is unpossible
 without a software-bridge, even though when I use odbc. But I forgot why,
 how und who...

 thanx
 ergin aytac





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Re: odbc linux to win2000

2002-01-18 Thread Andrew Hill

Hi Ergin,

Not entirely true - ODBC drivers to MS SQL Server and Sybase, etc are
available.

You may use OpenLink's Multi-Tier driver, which has linux client support.
Free downloads are available at http://www.openlinksw.com and free support
is offered at http://www.openlinksw.com/support/suppindx.htm if you run into
problems.

You will need to link your PHP against the iODBC Driver Manager, as per the
HOWTOs at www.iodbc.org.

Let me know how you get on.

Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software  http://www.openlinksw.com
Universal Data Access  Data Integration Technology Providers

 -Original Message-
 From: Ergin Aytac [mailto:[EMAIL PROTECTED]]
 Sent: Friday, January 18, 2002 1:23 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP] Re: odbc linux to win2000


 I think I know it again. There is no sqlbase-odbc driver available for
 linux, only for win2000. So I have to write a bridge, which runs
 on win2000
 and answers the php-sql-requests.

 sorry for this question

 ergin aytac

 Ergin Aytac [EMAIL PROTECTED] schrieb im Newsbeitrag
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  I want to make a database connection with odbc. My php-script is running
 on
  linux, the database (centura sqlbase 7.5) is running on win2000. Is it
  possible to make a direct odbc-connection to the database or do I really
  need a software-bridge for this connection? Someone said it is
 unpossible
  without a software-bridge, even though when I use odbc. But I
 forgot why,
  how und who...
 
  thanx
  ergin aytac
 
 



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]