As title, Thanks
Does any one know how to use php to connect sybase 5.5?
Collapse
This topic is closed.
X
X
-
Alex MurphyTags: None -
Colin McKinnon
Re: Does any one know how to use php to connect sybase 5.5?
Alex Murphy wrote:
[color=blue]
> As title, Thanks[/color]
Yes - openTDS and RTFM
C.
-
lorento
Re: Does any one know how to use php to connect sybase 5.5?
I think you should read the PHP manual first. PHP provides bulitin
sybase function.
[color=blue]
>From the manual :[/color]
To enable Sybase-DB support configure PHP --with-sybase[=DIR]. DIR is
the Sybase home directory, defaults to /home/sybase. To enable
Sybase-CT support configure PHP --with-sybase-ct[=DIR]. DIR is the
Sybase home directory, defaults to /home/sybase.
For db admin you can use :
http://freshmeat.net/projects/phpsybaseadmin/ its like phpmyadmin
regards,
Lorento
--
Comment
-
Alex Murphy
Re: Does any one know how to use php to connect sybase 5.5?
yes, i try to use the PHP sybase function before.
But.... PHP sybase function can't connect to sybase version 5.5.
I want to know does any one have try that before.
I don't want to use ODBC because i only have the windows version Sybase
5.5 ODBC driver. I prefer to install the Apache and PHP on linux to
connect the Sybase.
lorento 寫é“:
[color=blue]
> I think you should read the PHP manual first. PHP provides bulitin
> sybase function.
>[color=green]
> >From the manual :[/color]
> To enable Sybase-DB support configure PHP --with-sybase[=DIR]. DIR is
> the Sybase home directory, defaults to /home/sybase. To enable
> Sybase-CT support configure PHP --with-sybase-ct[=DIR]. DIR is the
> Sybase home directory, defaults to /home/sybase.
>
> For db admin you can use :
> http://freshmeat.net/projects/phpsybaseadmin/ its like phpmyadmin
>
> regards,
> Lorento
> --
> http://www.mastervb.net
> http://www.deshot.com[/color]
Comment
Comment