EffiProz ADO.NET Provider

This .NET Framework Class Library is provided by EffiProz.
The class library is contained in the file EffiProz.dll, EffiProz.CF.dll, EffiProz.SL.dll, EffiProz.WP.dll.
Coding
Add a reference to the assembly System.Data.EffiProz and include the System.Data.EffiProz namespace. Instantiate a new EfzConnection connection object. Set the connection string and open the connection.


VB.NET code sample
Imports System.Data.EffiProz
Dim myConnection As EfzConnection = New EfzConnection()
myConnection.ConnectionString = myConnectionString
myConnection.Open()
' execute queries, etc
myConnection.Close()


C# code sample
using System.Data.EffiProz;
EfzConnection myConnection = new EfzConnection();
myConnection.ConnectionString = myConnectionString;
myConnection.Open();
// execute queries, etc
myConnection.Close();


Description
This ADO.NET provider comes with the EffiProz Database package.
More info about this class library can be found at the EffiProz product page.
Download
.NET Framework Class Library (EffiProz ADO.NET Provider) can be downloaded here.
Connection Strings
The EffiProz ADO.NET Provider class library can be used to connect to the following data sources:

EffiProz
To see available connection options, navigate connection strings reference by the above data source links.
Additional info or comments on this class library? Want to submit content?

Popular

Copyright © 2013 30c.org   |   All Rights Reserved   |   Powered by CSAS   |   Send feedback, articles, requests and more connection strings here.