精品乱码一区内射人妻无码-亚洲中文AⅤ中文字幕在线-免费不卡国产福利在线观看-国产综合无码一区二区色蜜蜜

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

          Data Access Components for MySQL2

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

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

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

          上海道寧信息科技有限公司是一家專業(yè)從事軟件構(gòu)件銷售,軟件構(gòu)件化技術(shù)咨詢,軟件構(gòu)件化應(yīng)用和開發(fā)的高科技公司。公司自成立以來,已經(jīng)與國(guó)內(nèi)外眾多控件開發(fā)商建立了長(zhǎng)期穩(wěn)定的合作關(guān)系,是眾多商家在中國(guó)大陸地區(qū)的經(jīng)銷商,同時(shí)我們也是上??莆聡?guó)家八六三項(xiàng)目“上海構(gòu)件庫”的戰(zhàn)略合作伙伴。在公司全體同仁的共同努力下,我們已經(jīng)成為目前中國(guó)有影響力的構(gòu)件與中間件分銷商之一,有著廣泛的客戶基礎(chǔ)和良好的合作信譽(yù)。公司的產(chǎn)品包括上百種經(jīng)過嚴(yán)格專業(yè)測(cè)試的主打產(chǎn)品以及上千種涵蓋各種開發(fā)語言和平臺(tái)、在市場(chǎng)中*的產(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),并與國(guó)內(nèi)外眾多的構(gòu)件開發(fā)商有長(zhǎng)期的技術(shù)合作往 來,能夠?yàn)榭蛻籼峁?gòu)件解決方案和完善的技術(shù)咨詢與支持服務(wù)。
          網(wǎng)絡(luò)監(jiān)控軟件
          Data Access Components for MySQL 產(chǎn)品編號(hào):161418 當(dāng)前版本:v5.70 開 發(fā) 商:Devart 產(chǎn)品類型:獨(dú)立控件 產(chǎn)品功能:數(shù)據(jù)庫管理 ......
          Data Access Components for MySQL2 產(chǎn)品信息
          • Data Access Components for MySQL (MyDAC) is a library of components that provides direct access to MySQL database servers from Delphi, Delphi for .NET, C++Builder and Kylix. MyDAC can connect directly to MySQL server or work through the MySQL client library. The MyDAC library is designed to help programmers develop faster and cleaner MySQL database applications.

              MyDAC is a complete replacement for standard MySQL connectivity solutions and presents an efficient alternative to the Borland Database Engine for access to MySQL.

             

             

            特征綜述 About Feature

             

            Components
            All editions of MyDAC include the following basic components:

            • TMyConnection - lets you set up and control connections to MySQL database server
            • TMyQuery - uses SQL statements to retrieve data from MySQL table or tables and supply it to one or more data-aware components through a TDataSource component and provides flexible data update functionality
            • TMyTable - allows to retrieve and update data single table without writing SQL statement
            • TMyStoredProc - executes stored procedures and functions
            • TMyCommand - executes SQL statements and stored procedures, which do not return rowsets
            • TMyScript - executes sequence of SQL statements
            • TMyUpdateSQL - lets you tune update operations for a DataSet component
            • TMyDataSource - provides an interface between a MyDAC dataset components and data-aware controls on a form
            • TMySQLMonitor - allows to monitor dynamic SQL executing in MyDAC based applications
            • TMyConnectDialog - allows you to build custom prompts for usernames, passwords, and servers
            • TCRDBGrid - extends TDBGrid capabilities, provides visual access to filters and incremental search
            • TVirtualTable - provides dataset functionality for data that has no real database connection
            • MyDataAdapter - .NET component, uses TDataSet as data source for retrieving and saving data to System.Data.DataSet
            • MyDAC Professional Edition and MyDAC Developer Edition include the following additional components:
            • TMyLoader - provides quick loading data to MySQL database
            • TMyDump - serves to store a database or its parts as a script and also to restore database from received script
            • TMyBackup - serves for backup copying specified tables on the server
            • TMyServerControl - serves to control the server and execution of standard service tasks
            • TMyEmbConnection - is used to establish connection to MySQL Embedded server
            • TMyBuilder - serves to manage SQL Builder for MySQL Add-in
            • TMyMetaData - retrieves metadata on specified SQL object
            • TCRBatchMove - transfers data between all types of TDataSet descendants
            Key Features
            The following list describes the main features of Data Access Components for MySQL.
            • Direct access to server data without using client library. Does not require installation of other data provider layers (such as BDE and ODBC)
            • VCL, VCL.NET, and CLX versions of library available
            • Full support of the latest versions of MySQL Server
            • Support for all MySQL Server data types
            • Disconnected Model with automatic connection control for working with data offline
            • Local Failover for detecting connection loss and implicitly reexecuting certain operations
            • All types of local sorting and filtering, including by calculated and lookup fields
            • Automatic data updating with TMyQuery, TMyTable, and TMyStoredProc components
            • Unicode and national charset support
            • Supports many MySQL-specific features, such as locking, SET and ENUM types
            • Advanced script execution functionality with TMyScript component
            • Support for using macros in SQL
            • Integration with MyDeveloper Tools for performing advanced database development and administration tasks
            • Easy migration from BDE with Migration Wizard
            • Lets you use Professional Edition of Delphi and C++Builder to develop client/server applications
            • Includes annual MyDAC Subscription with Priority Support
            • Licensed royalty-free per developer, per team, or per site

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

          提示

          ×

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

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

          個(gè)人信息:

          Copyright gkzhan.com , all rights reserved

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

          對(duì)比欄



          河池市| 深水埗区| 桂东县| 根河市| 阿鲁科尔沁旗| 和政县| 高清| 都江堰市| 磐石市| 宁国市| 榆社县| 陈巴尔虎旗| 山阴县| 从化市| 平塘县| 进贤县| 固镇县| 沈阳市| 晋江市| 扶风县| 昌平区| 双牌县| 仁化县| 剑川县| 凤凰县| 宾川县| 乳源| 祥云县| 温州市| 远安县| 大安市| 巩留县| 昆明市| 闽清县| 永宁县| 郯城县| 綦江县| 金溪县| 巢湖市| 吉安市| 册亨县|