|
|
OK, what I have found so far googling:
Compilr - very nice online IDE. Currently supported languages: VB.Net, C#.Net, Java
When are are ready to give us a try, simply follow these steps:
- Create an account
- Start a project
- Modify your code
- Download the results!
so, you'll have to download compiled program to see if it's work correctly. and no debug functionality :(.
SednaSpace - online IDE, ".Net, Java, PHP with Oracle, SQL Server, MySQL and Sybase...". Free, requiring registration. However in the meantime there is some error during registration, so it's not usable for the moment.
CodeIDE - online IDE, "Currently supported languages: BASIC, Pascal, C, C++, JavaScript, Perl, HTML, DBMS MySQL.". Nice, but I can't find the way to register. not there anymore
myLittleAdmin for SQL Server 2000 - live demo version with limited rights but still you can create and drop tables, procedures and functions, select, insert and update data. Great for T-SQL testing!
Mimer SQL Validator - validate SQL for 92, 95 and 2003 standards. No testing.
Mimer SQL Validator provides you with
vital information on your SQL code.
Does it conform to Core SQL? Does it
use features outside Core SQL? Is your
SQL statement incorrect or incomplete?
Mimer SQL Validator gives you the low
down on your code and helps you by
providing a list of lexical units
(tokens) and a suggested correction.
Also, use the validator to find out
exactly which words are
vendor-reserved.
Instant SQL Formatter - nice tool, also vill verify your code
Instant SQL Formatter is a free online
sql tidy tool, actually, it not only
can beautify your sql but also can
turn your formatted sql into html
code, so you can post coloured sql
code in your blog, forum,wiki and any
website easily. In addition to
beautifying SQL code, this sql tool
can translate SQL code into C#, Java,
PHP, DELPHI and other program
languages. Another useful feature is
find out all database objects such as
table, column, function in sql by
selecting output format to list
database object.
TIDE 2.0 - JavaScript online IDE
SQL Fiddle is a tool for database developers to test out their SQL queries. Separate schema and qury areas, MS SQL, MySql, PostreSql, PL/SQL support.
Also see StackOverflow - Portable Programming IDE
|
|
|
answered Mar 6 '09 at 16:02
|
|