Developers community number 1 connection string reference
Loading ad...

Connection strings for Valentina

Community Forums
Find solutions and post questions regarding connection string related issues.

Valentina ODBC Driver

Type .NET Framework Class Library
Usage
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

Bridging to Valentina ODBC Driver

This is just one connection string sample for the wrapping OdbcConnection class that calls the underlying ODBC Driver. See respective ODBC driver for more connection strings to use with this class.

Driver={Valentina ODBC Driver};IsDatabaseLocal=yes;Database=c:\myDbFile.vdb;
 
 
Copyright © 2012 ConnectionStrings.com   |   All Rights Reserved   |   Powered by CSAS   |   Send feedback, articles, requests and more connection strings here.