Does any one know how to use php to connect sybase 5.5?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alex Murphy

    Does any one know how to use php to connect sybase 5.5?

    As title, Thanks

  • Colin McKinnon

    #2
    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.

    Comment

    • lorento

      #3
      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

        #4
        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

        Working...