Collection Contents Index Checking the connection state Next PDF

SQL Anywhere® Server - Programming
  SQL Anywhere .NET Data Provider
Accessing and manipulating data


With the SQL Anywhere .NET Data Provider, there are two ways you can access data: using the SACommand object or using the SADataAdapter object.

There is no performance impact from using the SADataReader within an SACommand object to fetch rows from the database rather than the SADataAdapter object.


Using the SACommand object to retrieve and manipulate data
Using the SADataAdapter object to access and manipulate data
Handling BLOBs
Obtaining time values

Collection Contents Index Checking the connection state Next PDF