How to connect to Valentina ODBC driver

This article explains the connection string used to connect to Valentina ODBC driver in .NET framework.
  • 1778

Introduction

ODBC drivers provides standard interface for accessing database management system (DBMS). It implements ODBC function calls and interacts with the data source. Valentina ODBC driver is used to access Valentina database. The connection string used to connect to Valentina ODBC driver in .NET framework is given below.

Syntax

Driver={Valentina ODBC Driver};IsDatabaseLocal=yes;Database=c:\myDbFile.vdb;

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.