Ver Mensaje Individual
  #8  
Antiguo 26-10-2006
Avatar de poliburro
[poliburro] poliburro is offline
Miembro Premium
 
Registrado: ago 2004
Ubicación: México D.F
Posts: 3.068
Reputación: 23
poliburro Va por buen camino
Cita:
Empezado por Neftali
Lo que no acabo de ver es dónde está el proveedor OLEDB para IB/FB y poder acceder así utilizando ADO de forma nativa.

Yo tengo para SQL Server, MSAccess (Jet4), Oracle,... ¿Exactamente cómo configuras tu conexión ADO para acceder a IB/FB?

What is IBProvider?


The product is a Native OLE DB provider for access to all versions of InterBase and Firebird SQL-servers. Using IBProvider, you can create applications based on:
  • All versions of Microsoft Visual Studio (5.x, 6.x, 7.x) including Microsoft Visual Studio .Net 2005 (ADO.Net 2.0).
  • C++ and Delphi.
  • Microsoft Office (including Microsoft Access) through the Visual Basic for Applications (VBA).
  • ActiveX Scripts and Crystal Reports.
  • Windows Scripting Host scenarios.
  • ASP and ASP.Net for Web applications development.
Infact, you can use IBProvider to create any Windows-based applications for InterBase and Firebird.
Schemata of connection to InterBase and Firebird through IBProvider The Brief Overview of IBProvider Features
  • All versions of Interbase (IB4.x, IB5.x, IB6.x, IB7.x) and Firebird (FB1.x and FB2.x.) support.
  • Wide range of OLE DB data types and support for all InterBase and Firebird data types.
  • Integrated data type converter.
  • Support for reading & writing BLOB-fields through the streams.
  • Array data type support.
  • Presence of UNICODE mode, providing special support for the following code pages: UNICODE_FSS, WINXXX, DOSXXX. The mode provides automatic conversion for ordinal fields, arrays, BLOB-fields and storage-objects.
  • Three-level isolation of transactions: Read Committed, Snapshot and Snapshot Table Stability.
  • AutoCommit mode with user-specified isolation level.
  • Biphase commit of transaction.
  • Support Microsoft Transaction Server.
  • Support connection pool services.
  • All sets of logic and physical information schemes.
  • Now you can use Interbase or Firebird as a linked Microsoft SQL Server for heterogeneous queries execution.
  • Support MS Analysis Services.
  • Full support of IB SQL, including a calling stored procedures and managing of transactions through SQL.
  • Support of ODBC-extensions in SQL-queries.
  • Named and unnamed query parameters support.
  • Automatic recognition of query parameter types.
  • IN-OUT parameters.
  • Client Cursor Engine support.
  • Server Cursor support - four the specialized modes:
    • Unidirectional access, read-only data.
    • Random access, read-only data.
    • Random access, immediate update.
    • Random access, delayed update.
    Updateable rowsets implementation:
    • Automatic and controlled modes of database updating.
    • A pool of the prepared SQL-queries for database updating.
    • Possibility to use separate transactions for reading and writing data.
    There are no size restrictions for the processing data in all the modes:
    • 64-bit access to automatically created temporary files;
    • High-performance rowset data cache.
  • Support of multithreaded InterBase applications.
  • Multilanguage messages support.
  • Custom Data Link Pages.
  • Minimal system requirements: InterBase SQL Server client (gds32.dll) should be installed... IBProvider doesn't require installation of MDAC library service components.
IBProvider represents a powerful object-oriented low-level client API for work with InterBase and Firebird. Integrating into database applications, IBProvider is capable of incurring all work on the organization of interaction with InterBase. As all the resources for work with the database are presented as COM-objects, you do not have traditional client application constraints. Programs can be split up into modules, created in different programming systems. Using scenarios written on VBScript/Jscript, you can add logic that is not realizable on the database level. OLE DB is the standard of access to the data that allows you to develop and operate databases easily.
So, development of large scalable client InterBase and Firebird applications using Microsoft development tools, and any other systems that support OLE DB, has become more accessible and easier than it was before.
Responder Con Cita