Connection strings for Valentina
Providers to use when connecting to Valentina
Finding this site useful?
-Say "Thanks" to Bengt Gunne and the other contributing developers!
-Thank you! »
-Say "Thanks" to Bengt Gunne and the other contributing developers!
-Thank you! »
Valentina ODBC Driver
Type: .NET Framework Class Library
Usage:
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
Usage: System.Data.Odbc.OdbcConnection
Manufacturer: Microsoft
More info about this wrapper class library »
More info about this wrapper class library »
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;
