zoukankan      html  css  js  c++  java
  • Visual Studio Addin Support for Oracle Development Released

    Oracle has released tools for Visual Studio .NET 2003 to provide integrated support for creating .NET applications that access Oracle databases. Features include an Oracle Explorer for visually browsing Oracle database schemas, drag-and-drop support for building DataAdapters and DataSets, and a PL/SQL Editor with context sensitive help.

    • Oracle Explorer – Browse and alter the Oracle schema via a tree control
    • Designers and Wizards– e.g. Table Designer - makes database tasks easy
    • Automatic Code Generation – Drag and drop to create working code.
    • PL/SQL Editor – Edit stored procedures and functions in an integrated Visual Studio .NET environment
    • Stored Procedure Testing – Run stored procedures and functions
    • Oracle Data Window – View and edit your Oracle data
      SQL Query Window – Execute any ad-hoc SQL statement or script
    • Integrated Help System - SQL, PL/SQL and Error Reference Manuals
    The Oracle Explorer window not only allows browsing of existing Oracle objects but will also allow the developer to create tables using a table designer directly from within Visual Studio.

    The PL/SQL Editor window includes syntax highlighting, intellisense, and error reporting via the Tasks pane. Also available is a Oracle Data Window for editing data within tables from within Visual Studio.

    The tools are available free to members of Oracle's Technology Network.

    开发基于Oracle数据的应用现在可方便多了。
  • 相关阅读:
    动画02
    动画01
    css过渡
    06强制类型转换
    05强制类型转换
    jetson 安装opencv4.4.0
    cpp中的内置异常
    cpp中std::string和std::wstring 相互转换
    qt creator杂记
    win10 git bash 使用vim 显示 git log
  • 原文地址:https://www.cnblogs.com/jeet/p/175456.html
Copyright © 2011-2022 走看看