Click here to Skip to main content
15,886,199 members
Articles / Programming Languages / SQL

Sql180 Developer

Rate me:
Please Sign up or sign in to vote.
4.75/5 (18 votes)
25 Oct 2008CPOL6 min read 47K   1.7K   44  
A Graphic tool for Oracle developers and DBAs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace Sql180_Developer
{
    public partial class Form2 : Form
    {
        public Form2()
        {
            InitializeComponent();
        }
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Israel Israel
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions