Sybase Python WinXP

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

    #1

    Sybase Python WinXP

    Before posting I did search through the newsgroup and saw several
    references to people requesting the binaries to the Sybase module.
    However I did not see in these requests answers as to where they might
    be found.

    Could someone please point me to them (if they exist). I do not have a
    C compiler and I am a newbie to boot.

    I only have need to read the Sybase tables and will not be updating or
    appending to these tables.

    Len Sumnler

  • Larry Bates

    #2
    Re: Sybase Python WinXP

    You can use ODBC interface to the database. Sybase should
    ship with ODBC drivers. Just create a DSN and use odbc and dbi
    modules.

    Larry Bates


    len wrote:[color=blue]
    > Before posting I did search through the newsgroup and saw several
    > references to people requesting the binaries to the Sybase module.
    > However I did not see in these requests answers as to where they might
    > be found.
    >
    > Could someone please point me to them (if they exist). I do not have a
    > C compiler and I am a newbie to boot.
    >
    > I only have need to read the Sybase tables and will not be updating or
    > appending to these tables.
    >
    > Len Sumnler
    >[/color]

    Comment

    • len

      #3
      Re: Sybase Python WinXP

      Thanks

      I will do that.

      Len Sumnler

      Comment

      • Thorsten Kampe

        #4
        Re: Sybase Python WinXP

        * len (2005-09-30 18:59 +0100)[color=blue]
        > Before posting I did search through the newsgroup and saw several
        > references to people requesting the binaries to the Sybase module.[/color]

        Binaries?
        [color=blue]
        > However I did not see in these requests answers as to where they might
        > be found.
        >
        > Could someone please point me to them (if they exist). I do not have a
        > C compiler and I am a newbie to boot.
        >
        > I only have need to read the Sybase tables and will not be updating or
        > appending to these tables.[/color]

        STFW: http://www.google.com/search?client=...=python+sybase

        Comment

        Working...