How to use Local database in Valentina

This article describes the connection string used to define Local database in Valentina.
  • 1564

Introduction

Valentina is a cross platform object-relational SQL/API database system designed to provide extremely high performance, modern database model and complete set of integrated tool. A local database is one that resides on the machine where its database server executes. It can only be accessed from the machine on which it resides. Connection string used for Local database in Valentina 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.