> > Does anyone know how to make PHP talk to SAP DB?
> > I have found some tutorials on Apache/PHP/SAP DB but they�re 
> > all assuming
> > that Apache/PHP resides on the same physical machine as SAP DB, 
> > I have my
> > SAP DB on a dedicated DB server.
> > 
> i use:
> 
> odbc_connect('localhost:DATABASENAME', 'USER' , 'PASSWORD')
> 
> to connect to a DB on localhost. It should be possible with:
> 
> odbc_connect('DBSERVERNAME:DATABASENAME', 'USER' , 'PASSWORD')
> 
> to connect to a database on a remote host ;-)
> 
> 
> Regards,
> 
> Mathias

That�s what I thought as well :)

What I was really looking for was any information about how to configure PHP with SAP 
DB support whithout having a SAP DB installation on the same machine as PHP. I also 
figured out that the only thing needed on the webserver is the client libraries, which 
was confirmed in another post by Simon Matter. So now I only need to know how to get 
the client libraries, as a tarball (no RPM).


Marten.

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to