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数据的应用现在可方便多了。
  • 相关阅读:
    2.4 自给自足的脚本:位于第一行的#!
    2.3 一个简单的脚本
    2.2 为什么要使用Shell脚本
    JSON 字符串 与 java 对象的转换
    ajax异步提交文件
    jquery选择器
    发现前端框架 bui-min.js
    学习hsf
    Git详解
    java学习材料
  • 原文地址:https://www.cnblogs.com/jeet/p/175456.html
Copyright © 2011-2022 走看看