1.1

Table Of Contents
More InformationDescriptionSQLFire ADO.NET Class
Implements the .NET
System.Data.Common.DbDataAdapter
class.
SQLFDataAdapter
Storing a Table on page 132
Storing Multiple Tables on page 133
Updating Row Data on page 135
SQLFDataAdapter uses batch
updates when the
Adding Rows to a Table on page 136
VMware.Data.SQLFire.SQLFDataAdapter on page 677
UpdateBatchSize property
is set to a value greater than one.
Implements the .NET
System.Data.Common.DbCommandBuilder
SQLFCommandBuilder
Updating Row Data on page 135
Adding Rows to a Table on page 136
class. Use this class to generate
commands with SQLFDataAdapter.
VMware.Data.SQLFire.SQLFCommandBuilder on page
676
System.Data.Common.DbDataAdapter (.NET)
Implements the .NET
System.Data.Common.DbParameter
class.
SQLFParameter
Specifying Command Parameters with SQLFParameter
on page 134
VMware.Data.SQLFire.SQLFParameter on page 682
System.Data.Common.DbParameter (.NET)
Implements the .NET
System.Data.Common.DbParameterCollection
class.
SQLFParameterCollection
Specifying Command Parameters with SQLFParameter
on page 134
VMware.Data.SQLFire.SQLFParameterCollection on
page 682
System.Data.Common.DbParameterCollection (.NET)
Implements the
.NETSystem.Data.Common.DbTransaction
SQLFTransaction
Managing SQLFire Transactions on page 137
VMware.Data.SQLFire.SQLFTransaction on page 683
class. SQLFire currently supports only
System.Data.Common.DbTransaction (.NET)
the READ_COMMITTED isolation
level.
Extends the
System.Data.Common.DbException
SQLFException
VMware.Data.SQLFire.SQLFException on page 681
System.Data.Common.DBException (.NET)
class. This exception is thrown for all
JDBC API Javadoc
SQLFire exceptions. It exposes
additional State and Severity
properties that have the same meanings
as in the JDBC API.
Installing and Using the ADO.NET driver
Follow this procedure to install and use the SQLFire ADO.NET driver.
1.
Add a reference to your project in the VMware.Data.SQLFire.dll. This DLL is installed in the
vFabric_SQLFire_11_bNNNNN\adonet\lib directory.
2. Reference the driver namespace in each source le where you want to use SQLFire components. For example,
include this directive with all other references required in your application:
using VMware.Data.SQLFire;
Connecting to SQLFire with the ADO.NET Driver
Use the SQLFClientConnection class to create a new connection to a SQLFire cluster. You must specify a
connection URL of the form "server=hostname:port".
129
Developing ADO.NET Client Applications