Connection strings for Valentina

ODBC drivers for Valentina

.NET libraries for Valentina

Valentina ODBC Driver

Type ODBC Driver
Usage Driver={Valentina ODBC Driver}
Manufacturer Paradigma Software

Local database

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

Remote database

Driver={Valentina ODBC Driver};Host=192.168.0.50;Port=15432;Database=myDataBase;
UID=myUsername;PWD=myPassword;
 
 

Remote database with encryption

Driver={Valentina ODBC Driver};Host=192.168.0.50;Port=15432;UseSSL=yes;
Database=myDataBase;UID=myUsername;PWD=myPassword;
 
 

.NET Framework Data Provider for ODBC

Type .NET Framework Wrapper Class Library
Usage System.Data.Odbc.OdbcConnection
Manufacturer Microsoft

Use an ODBC driver from .NET

Driver={any odbc driver's name};OdbcKey1=someValue;OdbcKey2=someValue;

See the respective ODBC driver's connection strings options. The .net OdbcConnection will just pass on the connection string to the specified ODBC driver. Read more here.

 
 

Popular