Pervasive Database Connection

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

    #1

    Pervasive Database Connection

    What is the best way to access a Pervasive database on another machine?

    cheers, Alex.
  • Bryan Olson

    #2
    Re: Pervasive Database Connection

    Alex Le Dain wrote, in entirety:[color=blue]
    > What is the best way to access a Pervasive database on another machine?[/color]

    The best way, is, well ... Pervasively!

    Sorry. I can be kida a jerk like that.

    People often do get get hundreds, sometimes thousands of dollars worth
    of consultation from these groups, for free, by asking the right
    questions. Or by asking the questions right, which is the same thing but
    different.

    Focus. Be absolutely clear. What is it you need to know?


    --
    --Bryan

    Comment

    • sp1d3rx@gmail.com

      #3
      Re: Pervasive Database Connection

      Use the pervasive client. You'll need the SDK to actually access any
      data though.

      Comment

      • Dave Brueck

        #4
        Re: Pervasive Database Connection

        Alex Le Dain wrote:[color=blue]
        > What is the best way to access a Pervasive database on another machine?[/color]

        Hi Alex,

        You can use ODBC / ADO to access Pervasive DBs. I found this page helpful:



        -Dave

        Comment

        • sp1d3rx@gmail.com

          #5
          Re: Pervasive Database Connection

          Built for the AI era, the Actian Data Intelligence Platform, powered by knowledge graph technology, gives you complete visibility and control.


          Comment

          • Neil Hughes

            #6
            Re: Pervasive Database Connection

            On 6/9/05 08:52, Alex Le Dain wrote:[color=blue]
            > What is the best way to access a Pervasive database on another machine?[/color]

            Assuming you mean the Pervasive.SQL DBMS...

            ....depends what you're trying to do and what you're comfortable with.
            Pervasive can be accessed through various access methods, e.g. low-level
            C (Btrieve) and Java APIs, ODBC/JDBC, .Net, etc.

            For quick-and-dirty utilities and queries I tend to use the old Python
            ODBC driver and I've dabbled with Jython+zxJDBC.

            For production code I have the luxury of a tried-and-tested C wrapper
            developed in-house as a DLL, so I can use that through c-types.

            --
            Neil

            Comment

            Working...