python and VisualFox dbf

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

    #1

    python and VisualFox dbf

    Hi,
    I've a dfb written in VisualFox,
    I need to send a "pack" and "reindex"
    but in odbc is not supported...

    Anybody know how to do this?

    TIA,
    Luca

  • elbertlev@hotmail.com

    #2
    Re: python and VisualFox dbf

    A hint :) Is ADO supported?

    Comment

    • elbertlev@hotmail.com

      #3
      Re: python and VisualFox dbf

      A hint :) Is ADO supported?

      Comment

      • Thomas Ganss

        #4
        Re: python and VisualFox dbf

        lux schrieb:[color=blue]
        > Hi,
        > I've a dfb written in VisualFox,
        > I need to send a "pack" and "reindex"
        > but in odbc is not supported...
        >
        > Anybody know how to do this?
        >
        > TIA,
        > Luca
        >[/color]
        I am quite sure this is supported in OLEDB.
        I thought this was also supported via ODBC,
        but you have to make sure that you are accessing
        the dbf's exclusively.

        HTH

        thomas

        Comment

        Working...