| Making data available through .NET | | | | return the result sets of SELECT statements and |
| SQL Anywhere implements ADO.NET that | | | | stored procedures as XML provides a foundation |
| provides an interface to relational data. | | | | for web services. |
| ADO.NET is the preferred data access component | | | | You can expose stored procedures or queries in |
| for the Microsoft .NET Framework | | | | your database as web services. |
| In ado.net data provider used to facilitate the | | | | SQL Anywhere provides MobiLink data |
| integration of data with .NET applications | | | | synchronization for "always available" data access |
| Supported Provider are | | | | in occasionally connected environments. |
| The Adaptive Server Anywhere ADO.NET | | | | Synchronization logic can be implemented using |
| Provider | | | | .NET programming languages. |
| This provider is a native interface to the | | | | SQL Anywhere includes QAnywhere messaging |
| database, meaning that there is no intermediate | | | | software that provides a .NET interface to |
| bridging technology.which implements the | | | | application-to-application messaging for mobile |
| iAnywhere.Data.AsaClient namespace | | | | computing. |
| The UltraLite ADO.NET Provider | | | | Development tool |
| It makes the ADO.NET programming model | | | | As part of an effort to provide more |
| available for UltraLite database access | | | | comprehensive support and integration with .NET, |
| The UltraLite ADO.NET Data Provider implements | | | | Sybase has released a new development tool |
| the iAnywhere.Data.UltraLite namespace | | | | that works in any .NET environment. |
| Moving data to where it is needed | | | | Sybase DataWindow .NET2.0 is being offered to |
| SQL Anywhere also provides web services, used | | | | allow developers the use of a single tool to |
| by Microsoft .NET and other enterprise integration | | | | incorporate data access, complex logic, and data |
| platforms as an XML-based mechanism for | | | | presentation into .NET applications. |
| distributed access to information over Internet | | | | DataWindow creates point-and-click environments |
| protocols. | | | | for easy data retrieval. |
| It provides both the ability to build web services in | | | | .NET's holistic approach should help developers be |
| the database and the ability to access external | | | | more productive, and should allow faster and |
| web services from the database. | | | | more flexible modification of enterprise applications |
| SQL Anywhere databases can act as web | | | | for the .NET environment. |
| service clients, meaning that they can collect and | | | | Conclusion |
| integrate information from many locations. | | | | SQL Anywhere Studio provides a wide range of |
| The ability of Adaptive Server Anywhere to | | | | .NET support. |