Introduction to Pervasive ODBC client interface

This article gives an overview to pervasive ODBC client interface in .NET framework and commands related with it.
  • 2878

Introduction

Pervasive ODBC client interface is used to create DSN less connection. The client interface can connect with a local named database or remote named database. The connection string is given below.

Syntax

Driver={Pervasive ODBC Client Interface};Server Name=server_add;dbq=@dbname;

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.