1.1.1

Table Of Contents
More InformationDescriptionSQLFire ADO.NET Class
SQLFire types. Each type corresponds
to a JDBC type.
SQLFType
java.sql.Types
VMware.Data.SQLFire.SQLFType on page 696
Implements the .NET
System.Data.Common.DbDataReader
class.
SQLFDataReader
Working with Result Sets on page 135
VMware.Data.SQLFire.SQLFDataReader on page 699
System.Data.Common.DbDataReader (.NET)
Implements the .NET
System.Data.Common.DbDataAdapter
class.
SQLFDataAdapter
Storing a Table on page 136
Storing Multiple Tables on page 137
Updating Row Data on page 139
SQLFDataAdapter uses batch
updates when the
Adding Rows to a Table on page 140
VMware.Data.SQLFire.SQLFDataAdapter on page 697
UpdateBatchSize property
is set to a value greater than one.
Implements the .NET
System.Data.Common.DbCommandBuilder
SQLFCommandBuilder
Updating Row Data on page 139
Adding Rows to a Table on page 140
class. Use this class to generate
commands with SQLFDataAdapter.
VMware.Data.SQLFire.SQLFCommandBuilder on page
696
System.Data.Common.DbDataAdapter (.NET)
Implements the .NET
System.Data.Common.DbParameter
class.
SQLFParameter
Specifying Command Parameters with SQLFParameter
on page 138
VMware.Data.SQLFire.SQLFParameter on page 702
System.Data.Common.DbParameter (.NET)
Implements the .NET
System.Data.Common.DbParameterCollection
class.
SQLFParameterCollection
Specifying Command Parameters with SQLFParameter
on page 138
VMware.Data.SQLFire.SQLFParameterCollection on
page 702
System.Data.Common.DbParameterCollection (.NET)
Implements the
.NETSystem.Data.Common.DbTransaction
SQLFTransaction
Managing SQLFire Transactions on page 141
VMware.Data.SQLFire.SQLFTransaction on page 703
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 701
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.
133
Developing ADO.NET Client Applications