dBase Connection

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

    #1

    dBase Connection

    HI,

    How to connect to the dBase database?? One option is to create a DSN and use it.But I want to do it in some other way like just passing a connection string or like that.

    Thanks in advance.
  • Cor

    #2
    Re: dBase Connection

    Hi,

    Have a look at OleDB at msdn.microsoft. com

    And then to http://www.connectionstrings.com

    DBF/Foxpro

    A lot of stuff.

    Cor
    [color=blue]
    > How to connect to the dBase database?? One option is to create a DSN and[/color]
    use it.But I want to do it in some other way like just passing a connection
    string or like that.[color=blue]
    >
    > Thanks in advance.[/color]


    Comment

    • Cindy Winegarden

      #3
      Re: dBase Connection

      In news: 3198ED34-6E55-4E6C-BAD0-DA6F2D96CBB0@mi crosoft.com,
      Kshitij <anonymous@disc ussions.microso ft.com> wrote:
      [color=blue]
      > How to connect to the dBase database?? One option is to create a DSN
      > and use it.But I want to do it in some other way like just passing a
      > connection string or like that.[/color]

      Hi Kshitij,

      You may be able to read your Dbase tables with the FoxPro and Visual FoxPro
      OLE DB provider, available from
      http://msdn.microsoft.com/vfoxpro/do...s/default.aspx.

      --
      Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
      cindy.winegarde n@mvps.org www.cindywinegarden.com



      Comment

      Working...