oracle sql developer 1.2.0.29.98
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1095
FileMaker Pro Developer Updater X 6.0v4
Adds authentication features and more. more>>
FileMaker Developer 6 is the tool of choice for creating custom FileMaker solutions for deployment across workgroups, distribution as royalty-free runtime applications, or sharing on the Web. Along with the benefits of FileMaker Pro 6, FileMaker Developer 6 includes updated time-saving development tools
Test and verify your scripts steps with the Script Debugger. Document the schema of your FileMaker solutions with the Database Design Report.
Use the Developer Tool to protect your solutions from modification and limit user controls, or to deploy your solutions in Kiosk mode or as a stand-alone application.
Whether you are developing commercial or corporate solutions, FileMaker Developer 6 is the indispensable tool for creating, customizing and deploying FileMaker solutions.
<<lessTest and verify your scripts steps with the Script Debugger. Document the schema of your FileMaker solutions with the Database Design Report.
Use the Developer Tool to protect your solutions from modification and limit user controls, or to deploy your solutions in Kiosk mode or as a stand-alone application.
Whether you are developing commercial or corporate solutions, FileMaker Developer 6 is the indispensable tool for creating, customizing and deploying FileMaker solutions.
Download (7.7MB)
Added: 2004-05-15 License: Freeware Price:
1995 downloads
SQL Language Module for BBEdit 1.0.1
Provides syntax coloring of SQL commands in BBEdit. more>>
SQL Language Module for BBEdit provides syntax coloring of SQL commands in BBEdit.
<<less Download (8KB)
Added: 2004-05-27 License: Freeware Price:
1980 downloads
Space In Back 1.0
Downloads images from NASA, puts them on desktop. more>>
Editor Notes: The developer suggests a $5 donation, and would like to remind everyone that this is not "Astronomy Picture of the Day".
<<less Download (89KB)
Added: 2004-11-12 License: Freeware Price:
1806 downloads
Freaky SQL 2.0a2
Freaky SQL allows the creation, viewing, and modification of REAL SQL Databases more>>
Freaky SQL is a tool for REALbasic developers which allows the creation, viewing, and modification of REAL SQL Databases (SQLite 3) and REAL Databases for use in REALbasic projects in version 2005 and 5.5 (and later), respectively.
Main features:
- Full Table and Field Schema Modification
- Data Viewing, Querying, and Editing
- Indexing and Encoding Support
- Conversion from the Old Database Format
- Conversion Between Folders and Virtual Volumes
- XML and CSV Import and Export.
Enhancements:
- Fixed some things..... creating RSD databases isnt really a wise idea yet.
- Opens RDB folders now.
- Cant rename stuff..... not supported in SQLite, the workaround is annoying.
<<lessMain features:
- Full Table and Field Schema Modification
- Data Viewing, Querying, and Editing
- Indexing and Encoding Support
- Conversion from the Old Database Format
- Conversion Between Folders and Virtual Volumes
- XML and CSV Import and Export.
Enhancements:
- Fixed some things..... creating RSD databases isnt really a wise idea yet.
- Opens RDB folders now.
- Cant rename stuff..... not supported in SQLite, the workaround is annoying.
Download (2MB)
Added: 2005-11-06 License: Freeware Price:
1458 downloads
QuickLite 1.5.6
QuickLite - Cocoa wrapper for SQLite more>>
QuickLite already includes SQLite, so theres no need to download and to configure.
It provides the developer with a SQL database without running a separate RDBMS process.
QuickLite is not a client library used to connect to a big database server. QuickLite is the server, reading and writing directly to and from the database files on disk.
Main features:
- Updated with SQLite 3.2.2
- Data integrity check provided by SQLite
- Datatype support includes QLString, QLNumber, QLBoolean, QLDateTime, and QLContainer
- Better data caching: CacheAllData, CacheOnDemand, or DoNotCacheData
- QuickEdit: insert, edit, and remove rows without a single SQL statement, the OOP-way
- In-cursor data matching
- Set operations on cursors
- Support for attached databases
- Save and revert supported, database-wide and on a cursor-by-cursor basis
- Distributed notifications, Fast User Switching-aware, sent when a commit action takes place
- Debugging facilities to observe all SQL statements executed, as well as tracing QuickLite methods.
Enhancements:
QuickLiteDatabase
- New: Added a new convenient class method + (NSString*)escapeQuotesFromString:(NSString*)string;
- Modified: Removed the following methods:
- - (NSArray*)columnsForTemporaryTable:(NSString*)table;
- - (NSArray*)indexedColumnsForTemporaryTable:(NSString*)table;
Now theyre merged with the following calls:
- - (NSArray*)columnsForTable:(NSString*)table
- - (NSArray*)datatypesForTable:(NSString*)table
- - (NSArray*)indexedColumnsForTable:(NSString*)table
- - Bug fix: - (BOOL)updateValues:(NSArray*)values forColumns:(NSArray*)columns withRowUID:(NSNumber*)rowUID inTable:(NSString*)table now accepts NSNull as a possible value
QuickLiteCursor
- - Modified: - (NSString*)description display a brief summary of the cursor
- - New: - (NSString*)fullDescription shows a more detailed report about the entire cursor
- - New: - (NSString*)fullDescription:(unsigned long)numberOfRows shows a more detailed report for the first n rows
- - Bug fix: The cursor always registered itself as modified when calling - (BOOL)setValue:(id)value forColumn:(NSString*)tableAndColumn, even though no changes may have occurred.
Other
- - Better error checking
- - More code cleanup.
<<lessIt provides the developer with a SQL database without running a separate RDBMS process.
QuickLite is not a client library used to connect to a big database server. QuickLite is the server, reading and writing directly to and from the database files on disk.
Main features:
- Updated with SQLite 3.2.2
- Data integrity check provided by SQLite
- Datatype support includes QLString, QLNumber, QLBoolean, QLDateTime, and QLContainer
- Better data caching: CacheAllData, CacheOnDemand, or DoNotCacheData
- QuickEdit: insert, edit, and remove rows without a single SQL statement, the OOP-way
- In-cursor data matching
- Set operations on cursors
- Support for attached databases
- Save and revert supported, database-wide and on a cursor-by-cursor basis
- Distributed notifications, Fast User Switching-aware, sent when a commit action takes place
- Debugging facilities to observe all SQL statements executed, as well as tracing QuickLite methods.
Enhancements:
QuickLiteDatabase
- New: Added a new convenient class method + (NSString*)escapeQuotesFromString:(NSString*)string;
- Modified: Removed the following methods:
- - (NSArray*)columnsForTemporaryTable:(NSString*)table;
- - (NSArray*)indexedColumnsForTemporaryTable:(NSString*)table;
Now theyre merged with the following calls:
- - (NSArray*)columnsForTable:(NSString*)table
- - (NSArray*)datatypesForTable:(NSString*)table
- - (NSArray*)indexedColumnsForTable:(NSString*)table
- - Bug fix: - (BOOL)updateValues:(NSArray*)values forColumns:(NSArray*)columns withRowUID:(NSNumber*)rowUID inTable:(NSString*)table now accepts NSNull as a possible value
QuickLiteCursor
- - Modified: - (NSString*)description display a brief summary of the cursor
- - New: - (NSString*)fullDescription shows a more detailed report about the entire cursor
- - New: - (NSString*)fullDescription:(unsigned long)numberOfRows shows a more detailed report for the first n rows
- - Bug fix: The cursor always registered itself as modified when calling - (BOOL)setValue:(id)value forColumn:(NSString*)tableAndColumn, even though no changes may have occurred.
Other
- - Better error checking
- - More code cleanup.
Download (1.7MB)
Added: 2005-11-07 License: Freeware Price:
1449 downloads
FmPro Worksheet 1.04
FmPro Worksheet - sends SQL commands to FileMaker 7/8 more>>
FmPro Worksheet - A free graphical utility for sending SQL commands to FileMaker 7/8 databases. FmPro Worksheet enables FileMaker 7/8 database developers to use libraries of SQL commands to speed development of FileMaker 7/8 solutions. FileMaker 7/8 developers can utilize all SQL commands supported by the FileMaker 7/8 database including CREATE TABLE, DROP TABLE, SELECT, INSERT, UPDATE and DELETE. FmPro Worksheet is available for MacOS X and Windows, and may be downloaded from: http://www.fmpromigrator.com/downloads/demo_software/index.html#download_fmpro_worksheet
Enhancements:
- Added new Batch Load & Execute feature.
- This feature loads and executes all of the .sql files located within a folder selected by the user.
<<lessEnhancements:
- Added new Batch Load & Execute feature.
- This feature loads and executes all of the .sql files located within a folder selected by the user.
Download (3MB)
Added: 2006-01-09 License: Freeware Price:
1436 downloads
Axamol SQL Library 0.1.4
Axamol SQL Library - Execute SQL statements stored in external library files more>>
Axamol SQL Library executes SQL statements stored in external library files from Java code, with named parameters. Separating SQL and Java code increases readability, eases maintenance, and allows separate testing and documentation.
Axamol SQL Library can often reduce code size of complex queries by 40%. You can also create HTML documentation with embedded documentation strings and a supplied XSLT stylesheet.
<<lessAxamol SQL Library can often reduce code size of complex queries by 40%. You can also create HTML documentation with embedded documentation strings and a supplied XSLT stylesheet.
Download (258KB)
Added: 2006-04-13 License: Freeware Price:
1292 downloads
ODBC OverDRIVER 4.00.29
ODBC OverDRIVER - Driver to access SQL databases more>>
ODBC OverDRIVER is a Mac ODBC driver that enables FileMakerPro, Office, 4D, OMNIS and other Mac OS X applications to access hundreds of SQL database systems (including MS-Access, FileMakerPro, SQLServer, MYOB, ORACLE, DB/2, INFORMIX, AdaBase, Ingres, IMS, NonStop, Pick/Universe, mySQL, PostgresSQL, Rdb/VMS, DBMS, RedBrick, Pervasive and more) by way of a central Windows PC equipped with our ODBC ROUTER and the database vendors officially supported Windows ODBC driver.
Enhancements:
- Automatic translation of extended characters between MacRoman, Win-1252/ANSI and ISO-8859-1 (enabling text stored from one platform to be retrieved correctly on others)
- Improved memory management
- Additional per-connection GUI options
- Better performance, smaller footprint, less bandwidth.
<<lessEnhancements:
- Automatic translation of extended characters between MacRoman, Win-1252/ANSI and ISO-8859-1 (enabling text stored from one platform to be retrieved correctly on others)
- Improved memory management
- Additional per-connection GUI options
- Better performance, smaller footprint, less bandwidth.
Download (634KB)
Added: 2006-05-07 License: Freeware Price:
1281 downloads
iODBC.NET 4.00.33
iODBC.NET - Driver for accessing any SQL database more>>
iODBC.NET gives Macs, Linux and Windows boxes running Excel, FileMakerPro, PHP and applications access to hundreds of SQL database systems (including DB/2, MS-Access, MySQL, ORACLE, SQLServer, FileMaker, MYOB, INFORMIX, AdaBase, Ingres, IMS, NonStop, Pick/Universe, PostgresSQL, Rdb/VMS, DBMS, RedBrick, Pervasive and more).
Enhancements:
- Extended support for 4th Dimension 2004.3s ODBC Pro external when used with the new ODBC driver manager present in Mac OS X 10.4.6
<<lessEnhancements:
- Extended support for 4th Dimension 2004.3s ODBC Pro external when used with the new ODBC driver manager present in Mac OS X 10.4.6
Download (3.1MB)
Added: 2006-05-12 License: Freeware Price:
1266 downloads
SMS.ac Pod Developer Widget 1.0
Turn your apps, widgets, games, or flash movies into cash. Widget features registration and forum feed. more>>
Make money turning your widgets into pods. SMS.ac is the worlds largest mobile online community, with a little tooling your widget, application, flash movie or game can get subscribers.
This is the ground floor and users subscribe to your pods and will be able to use them on mobile phones also. Checks get sent monthly and I am now full time developing pods.
This widget has a special registration button for receiving special marketing and I will help you along the way. An email link for questions is on the front of the widget as well as an RSS feed of the last 24 hours of developer forum postings. Pods use PHP, ASP, C++, Java, XHTML and the companies own language tags using xPML.
Register with the special link or code dwollin and email me I will send you sample code to get started today!
<<lessThis is the ground floor and users subscribe to your pods and will be able to use them on mobile phones also. Checks get sent monthly and I am now full time developing pods.
This widget has a special registration button for receiving special marketing and I will help you along the way. An email link for questions is on the front of the widget as well as an RSS feed of the last 24 hours of developer forum postings. Pods use PHP, ASP, C++, Java, XHTML and the companies own language tags using xPML.
Register with the special link or code dwollin and email me I will send you sample code to get started today!
Download (165KB)
Added: 2006-05-11 License: Freeware Price:
1261 downloads
Xsql 1.0.4
Xsql - Send SQL queries to Oracle, MySQL, Postgresql servers more>>
Xsql is a small tool for Mac OS X to send SQL queries to a local or remote Postgresql or Oracle database server and to display and/or save the results. Output can be viewed either tab-delimited (for export to Microsoft Excel or similar applications) or in a table format.
Enhancements:
- Better integration with Mac OS X (standard file dialogs; preferences are now stored in the correct folder)
- Support for Finder drag-and-drop.
<<lessEnhancements:
- Better integration with Mac OS X (standard file dialogs; preferences are now stored in the correct folder)
- Support for Finder drag-and-drop.
Download (228KB)
Added: 2006-06-19 License: Freeware Price:
1223 downloads
xPML Mobile & Web Developer 1.0
xPML Mobile & Web Developer - extends php; add app billing & distribution more>>
Developers worldwide are embracing xPML, a new scripting language designed to add billing and distribution to applications.
Turn your apps or wiodgets into income with a billing system of 400 carriers over 180 countries.
Use the reigistration button on widget to receive working code to get started.
Widget features postings in the Developer forum for the last 24 hrs.
<<lessTurn your apps or wiodgets into income with a billing system of 400 carriers over 180 countries.
Use the reigistration button on widget to receive working code to get started.
Widget features postings in the Developer forum for the last 24 hrs.
Download (80KB)
Added: 2006-07-20 License: Freeware Price:
1191 downloads
Other version of xPML Mobile & Web Developer
Price: FREE
License:Freeware
License:Freeware
pearSQLizer 0.5.1
pearSQLizer is a little front end tool for JDBC-Accessible SQL-Databases like MySQL and Oracle more>>
pearSQLizer is a little front end tool for JDBC-Accessible SQL-Databases like MySQL and Oracle.
pearSQLizer allows you to send SQL-Statements to a database. Then it displays the results of these statements in a table.
You can also execute multiple SQL-Scripts from external files or insert the content of textfiles into database tables. The most interesting thing about pearSQLizer is that it provides its SQL-Capabilities to other cocoa-applications via the Services-Menu. Just type your SQL-Scripts in any service-aware texteditor and use the pearSQLize-Service to send them to your database. Furthermore pearSQLizer remembers the most recent SQL-Statements so you can quickly access them again.
Now with Jaguar compatibility.
This software does not work on Tiger.
<<lesspearSQLizer allows you to send SQL-Statements to a database. Then it displays the results of these statements in a table.
You can also execute multiple SQL-Scripts from external files or insert the content of textfiles into database tables. The most interesting thing about pearSQLizer is that it provides its SQL-Capabilities to other cocoa-applications via the Services-Menu. Just type your SQL-Scripts in any service-aware texteditor and use the pearSQLize-Service to send them to your database. Furthermore pearSQLizer remembers the most recent SQL-Statements so you can quickly access them again.
Now with Jaguar compatibility.
This software does not work on Tiger.
Download (137KB)
Added: 2006-08-06 License: Freeware Price:
1175 downloads
NOD 1.1
NOD - Complete icon set replacement based on Aqua style more>>
NOD is a complete icon set replacement based on Aqua style.
Enhancements:
- Developer folder and an alternative document folder added
- Compatibility with Candybar for Pixadex user.
<<lessEnhancements:
- Developer folder and an alternative document folder added
- Compatibility with Candybar for Pixadex user.
Download (5MB)
Added: 2006-08-11 License: Freeware Price:
1169 downloads
Firefox Web Developer Extension 1.1.2
Firefox Web Developer Extension adds a menu and a toolbar to the browser with various web developer tools more>>
The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools.
Firefox Web Developer Extension is designed for Mozilla Firefox and Mozilla, and will run on any platform that these browsers support including Windows, Mac OS X and Linux.
Main features:
- Disable Features
- The disable features allow the disabling of various browser behaviors including disabling the cache, JavaScript and CSS.
- CSS Features
- The CSS features provide various tools related to the CSS on the page including displaying the styles applied to the selected element and live editing of the CSS.
- Forms Features
- The forms features provide the ability to manipulate the forms on the page including enabling auto completion, populating form fields and removing maximum length restrictions.
- Images Features
- The images features provide various image related tools including displaying image file sizes, finding broken images and outlining images without alt attributes.
- Information Features
- The information features provide various informational tools including displaying anchors, displaying link paths and viewing cookie information.
- Miscellaneous Features
- The miscellaneous features provide various tools including deleting cookies for the domain, showing comments and marking links as visited.
Enhancements:
- Reset All does not work in Edit CSS
- View CSS and View JavaScript sometimes outputs the source all on one line
- View Document Size does not include imported style sheets
- View source in an external application duplicates a local file.
<<lessFirefox Web Developer Extension is designed for Mozilla Firefox and Mozilla, and will run on any platform that these browsers support including Windows, Mac OS X and Linux.
Main features:
- Disable Features
- The disable features allow the disabling of various browser behaviors including disabling the cache, JavaScript and CSS.
- CSS Features
- The CSS features provide various tools related to the CSS on the page including displaying the styles applied to the selected element and live editing of the CSS.
- Forms Features
- The forms features provide the ability to manipulate the forms on the page including enabling auto completion, populating form fields and removing maximum length restrictions.
- Images Features
- The images features provide various image related tools including displaying image file sizes, finding broken images and outlining images without alt attributes.
- Information Features
- The information features provide various informational tools including displaying anchors, displaying link paths and viewing cookie information.
- Miscellaneous Features
- The miscellaneous features provide various tools including deleting cookies for the domain, showing comments and marking links as visited.
Enhancements:
- Reset All does not work in Edit CSS
- View CSS and View JavaScript sometimes outputs the source all on one line
- View Document Size does not include imported style sheets
- View source in an external application duplicates a local file.
Download (173KB)
Added: 2007-01-23 License: GPL Price:
1017 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above oracle sql developer 1.2.0.29.98 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed