CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Dec 2009
    Posts
    596

    C# with ACCPAC Question

    Hello everyone,

    Does anyone have a link or can provide sample code on hooking up to an ACCPAC database? Even a point in the right direction would be appreciated. I'm exploring the idea of creating a service in C# or vb that extracts data from a Pervasive SQL Server database used by an accounting appilcation called ACCPAC and sending it to the production MSSQL Server database.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: C# with ACCPAC Question

    Go to Pervasive's website and download the ADO.NET 4.0 database provider. The download should include C# sample code about using the provider.

    http://www.pervasivedb.com/psqlvx/Pages/PSQLVx.aspx

    To find the ADO.NET 4.0 download and readme, scroll to the bottom of the page under "Software Development Kit"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured