国产强伦姧在线观看无码,中文字幕99久久亚洲精品,国产精品乱码在线观看,色桃花亚洲天堂视频久久,日韩精品无码观看视频免费

      產(chǎn)品|公司|采購|資訊

      Oracle Data Access Components

      參考價(jià)面議
      具體成交價(jià)以合同協(xié)議為準(zhǔn)
      • 公司名稱上海道寧信息科技有限公司
      • 品       牌
      • 型       號
      • 所  在  地
      • 廠商性質(zhì)其他
      • 更新時(shí)間2022/8/19 17:09:46
      • 訪問次數(shù)333
      產(chǎn)品標(biāo)簽:

      在線詢價(jià)收藏產(chǎn)品 點(diǎn)擊查看電話

      聯(lián)系我們時(shí)請說明是 智能制造網(wǎng) 上看到的信息,謝謝!

      上海道寧信息科技有限公司是一家專業(yè)從事軟件構(gòu)件銷售,軟件構(gòu)件化技術(shù)咨詢,軟件構(gòu)件化應(yīng)用和開發(fā)的高科技公司。公司自成立以來,已經(jīng)與國內(nèi)外眾多控件開發(fā)商建立了長期穩(wěn)定的合作關(guān)系,是眾多商家在中國大陸地區(qū)的經(jīng)銷商,同時(shí)我們也是上海科委下國家八六三項(xiàng)目“上海構(gòu)件庫”的戰(zhàn)略合作伙伴。在公司全體同仁的共同努力下,我們已經(jīng)成為目前中國有影響力的構(gòu)件與中間件分銷商之一,有著廣泛的客戶基礎(chǔ)和良好的合作信譽(yù)。公司的產(chǎn)品包括上百種經(jīng)過嚴(yán)格專業(yè)測試的主打產(chǎn)品以及上千種涵蓋各種開發(fā)語言和平臺、在市場中*的產(chǎn)品,數(shù)以千 計(jì)的項(xiàng)目經(jīng)理和開發(fā)人員使用著我們推薦的開發(fā)工具,成功的控制了項(xiàng)目進(jìn)度,節(jié)省了時(shí)間和資金投入。公司擁有的技術(shù)支持和*團(tuán)隊(duì),在構(gòu)件領(lǐng)域積累了多年的豐富經(jīng)驗(yàn),并與國內(nèi)外眾多的構(gòu)件開發(fā)商有長期的技術(shù)合作往 來,能夠?yàn)榭蛻籼峁?gòu)件解決方案和完善的技術(shù)咨詢與支持服務(wù)。
      網(wǎng)絡(luò)監(jiān)控軟件
      Oracle Data Access Components 產(chǎn)品編號:16537 當(dāng)前版本:v6.70 開 發(fā) 商:Devart 產(chǎn)品類型:獨(dú)立控件 產(chǎn)品功能:數(shù)據(jù)庫管理 ......
      Oracle Data Access Components 產(chǎn)品信息
      • Oracle Data Access Components (ODAC) is a library of components that provides native connectivity to Oracle from Delphi, Delphi for .NET, C++Builder and Kylix. The ODAC library is designed to help programmers develop faster and cleaner Oracle database applications. ODAC is a complete replacement for standard Oracle connectivity solutions and presents an efficient native alternative to the Borland Database Engine and dbExpress for access to Oracle.

         

         

        特征綜述 About Feature

         

        Components
        All editions of ODAC include the following basic components:

        • TOraSession - lets you set up and control connections to Oracle
        • TOraQuery - executes queries, operates record set, provides flexible way updating database tables with automatically building INSERT, DELETE, UPDATE statements
        • TSmartQuery - easy in using traffic-efficient alternative to TOraQuery for working with large tables with lots of fields, includes Smart Refresh functionality in Professional and Developer Editions
        • TOraTable - lets you retrieve and update data in a single table without writing SQL statements
        • TOraStoredProc - executes stored procedures and functions, allows to edit cursor data returned as parameter
        • TOraSQL - executes SQL statements, PL/SQL blocks, stored procedures
        • TOraScript - executes sequences of SQL and PL/SQL statements
        • TOraUpdateSQL - lets you tune update operations for a DataSet component
        • TOraNestedTable - controls nested table's data
        • TOraDataSource - provides an interface for connecting data-aware controls on a form and ODAC dataset components
        • TOraSQLMonitor - allows to monitor dynamic SQL executing in ODAC based applications
        • TConnectDialog - allows you to build custom prompts for usernames, passwords, and server names
        • TVirtualTable - provides dataset functionality for data that has no real database connection
        • OraDataAdapter - .NET component, uses TDataSet as data source for retrieving and saving data to System.Data.DataSet
        ODAC Professional Edition and ODAC Developer Edition include the following additional components:
        • TOraPackage - provides a straightforward way to access Oracle packages
        • TOraLoader - allows you to quickly load data into Oracle databases
        • TOraAlerter - allows you to transfer messages between sessions
        • TOraTransaction - provides discrete transaction control over sessions, can be used to manipulate both simple and distributed transactions
        • TOraQueue - lets you monitor the message queue, provides an interface for enqueuing and dequeuing messages
        • TOraQueueTable - manages queue tables
        • TOraQueueAdmin - manages Oracle queues
        • TOraChangeNotification - allows you to use Oracle Database Change Notifications
        • TOraTrace - allows you to start and stop the SQL trace for a specified session
        • TOraErrorHandler - translates error messages
        • TBDESession - allows to integrate ODAC components into BDE based application
        • TOraMetaData - retrieves metadata on specified SQL object
        • TOraProvider - provides data to and applies updates from a client dataset
        • TCRBatchMove - transfers data between all types of TDataSet descendants
        Key Features
        The following list describes the main features of Oracle Data Access Components.
        • Direct access to server data. Does not require installation of other data provider layers (such as BDE and ODBC)
        • In Direct mode does not require Oracle client software and works directly through TCP/IP
        • VCL, VCL.NET, and CLX versions of library available
        • Full support of the latest versions of Oracle
        • Support for all Oracle data types
        • Disconnected Model with automatic connection control for working with data offline
        • Local Failover for detecting connection loss and implicitly re-executing certain operations
        • Oracle Transparent Application Failover support
        • All types of local sorting and filtering, including by calculated and lookup fields
        • Automatic data updating with TOraQuery, TSmartQuery, and TOraTable components
        • Unicode and national charsets support
        • Distributed transaction support
        • Oracle Advanced Queuing support
        • Support for many Oracle-specific features, such as alerts, pipes and direct path interface
        • Advanced script execution functionality with TOraScript component
        • Support for using Macros in SQL
        • Integration with OraDeveloper Tools for performing advanced database development and administration tasks
        • Easy migration from BDE with Migration Wizard
        • Lets you use Professional Edition of Delphi, C++Builder, and Kylix to develop client/server applications
        • Includes annual ODAC Subscription with Priority Support
        • Licensed royalty-free per developer, per team, or per site

      在找 Oracle Data Access Components 產(chǎn)品的人還在看
      返回首頁 產(chǎn)品對比

      提示

      ×

      *您想獲取產(chǎn)品的資料:

      以上可多選,勾選其他,可自行輸入要求

      個(gè)人信息:

      Copyright gkzhan.com , all rights reserved

      智能制造網(wǎng)-工業(yè)4.0時(shí)代智能制造領(lǐng)域“互聯(lián)網(wǎng)+”服務(wù)平臺

      對比欄