Freeware: Only Free Software, Games, Tools, Utilities. Free Download Center Freeware Home New Submit Links Contact Privacy
Business| Desktop| Developer Tools| Drivers| Education| Games| Home & Personal| Internet| Multimedia| Operating Systems| Utilities
 

 



   Freeware: Sybase Tsql To Pl/sql

 

 SwisSQL - Sybase to Oracle Migration Tool  License: Freeware

 
  SwisSQL - Sybase to Oracle Edition is an automated migration tool to convert stored procedures implemented in Sybase Adaptive Server Transact SQL into equivalent PL/ SQL code. It automates more than 90% of the Sybase Transact SQL code conversion into Oracle PL/SQL with very minimal manual intervention. SwisSQL migration tool removes the time consuming, tedious and error prone manual effort involved in typical migration projects and provides great productivity benefit with high quality output and short turnaround time. Features * Migration of Transact SQL procedures, functions, triggers, cursors, tables and views into Oracle PL/SQL. * Support for conversion of Transact SQL In-Built Functions, SQL queries & all In-Built data types (including user-defined types). * Support for conversion of both Microsoft SQL Server and * Sybase Adaptive Server T-SQL Statements. * Support for conversion of all Transaction features. * Support for Cursor Declaration, OPEN, FETCH, CLOSE and DEALLOCATE Statements Conversion. * Support for conversion of Temporary table feature into PL/SQL. * Support for conversion of most of the '@@' Global variables into equivalent PL/SQL implementation. * Support for Result-Set Processing conversion from Transact SQL to PL/SQL. * Support for T-SQL Label, Assignment, Control and Conditional Statements conversion. * Generation of formatted, readable PL/SQL code with good comments. * A user friendly Graphical user interface with support for o One click conversion of Sybase transact SQL into PL/SQL. o Fetching TransactSQL model from database directly and converting. Also supports conversion of source files from local directory. o Project driven organization of converted code to ease maintenance.

Author:
AdventNet| Date: 30-11-2004 | Size: 18432 KB
  -
 

 SQL Excel  License: Freeware

 
  The points below gives you a brief overview of the SQL Excel Add-in. - SQL Excel adds easy database access to MS Excel. SQL Excel has a very easy to use interface and you will only take minutes to set up and start to use. After install an Extra Excel Toolbar will be added to your Excel. This toolbar holds 5 different buttons and gives you access to all of the functionality of the Addin. - SQL Excel can connect to all standard databases so you can easily consolidate data from different data sources (MS SQL Server, MS Acces, Oracle, MY SQL etc.) The first button on the SQL Exel Toolbar (the blue database icon) - loads the SQL Excel Connections form where you can manage your connections. - The core functionality of the add-in is the retrieveal of the data into Excel and the "SQL" button on the toolbar loads the SQL Entry form. This form has been setup to make it easy to switch between different databases (and providers). To get the data from a database into Excel you execute a query or select statement on the form. There is a button to execute the SQL And display it in a grid on the form (which will appear on the bottom of the form if the "Run SQL and Preview in Grid" button is selected). - Last but not least, SQL Excel is a freeware application. SQL Excel is a Genuine Freeware! Absolultely NO Ads, NO Spware, No Time Limits.

Author:
SQl Excel| Date: 30-01-2008 | Size: 196 KB
  -
 

 SqlDbx  License: Freeware

 
  SqlDbx is a fast and easy to use database SQL development IDE for database administrators and application or database developers who work in heterogeneous Database Server environments. SqlDbx built around an advanced SQL Editor and Database Object Explorer. SqlDbx provides a consistent user interface between different DBMS Systems. The intuitive and straight forward interface allows developers to improve their productivity by having easy access to the most commonly used features. Run queries, execute scripts and browse database objects without leaving editor window. SqlDbx is a standalone executable file, so no installation is necessary. Furthermore, SqlDbx does not install or modify anything on the user's computer. Main features: High performance native support for major Database Servers including Microsoft, Sybase ASE, Oracle and IBM DB2/UDB. Browse / Explore Servers. Fast, intelligent, extensive and highly customizable Intellisense. Advanced Script Editor with Syntax highlighting, Auto Complete, Speed Typing, Script Variables, Drag/Drop, Undo/Redo, Find/Replace. Visual Data and File Diff. SQL Object Scripting. Generate SELECT, INSERT, UPDATE, DELETE, WHERE IN data modification statements directly from Result Grid. SQL Templates with support for formal parameters. Import / Export to CSV, XML, Excel. Schema Object browser. SQL statement history. Favorite objects. Find object. Search in Database and in Result Grid. Directly edit table data in Result Grid. Sort, filter, format, export and transpose data in Result Grid. Execute procedures and functions with automatic argument specification. Display query plan and query statistics. Administrative Views. Simple deployment and removal. No dll's or other dependencies. Just one executable (1.5 meg.)

Author:
ACS Technologies, Inc| Date: 16-01-2008 | Size: 683 KB
  -
 

 PowerPack for FastReport2.47  License: Freeware

 
  Full source code, royalty-free! Absolutely free. Additional components for FastReport Can be installed in Delphi 4-7, CB4-6. Include:!!! Import filters from MS Word, MS ExcelDB engines for IBO, ADO, Advantage, NativeDB, Sybase, DAO, DBISAM, DOA, FlashFiler, FreeIB, IB_Objects, Oracle (OCI), SQLDirect Add-on components for FastReport designer and report engineExport filters RTF, XLS, HTM, BMP, JPG, GIF

Author:
FastReport Software| Date: 1-51-2002 | Size: 507 KB
  -
 

 EasySQL Scripter  License: Freeware

 
  EasySQL Scripter generates Transact SQL statements for MSSQL 2005 and 2000 databases. It scripts data and schema.The objects are scripted in correct order. SQL 2005 plug-in available.

Features:
 Script database schema and data as Transact SQL statements
 Preview each object script before generation
 Wildcard objects filter
 Data row filter
 Detect object dependencies and ensure correct creation order
 SQL viewer with syntax highlighting and regions
 User-friendly wizard to guide you through the process
 Full support SQL 2005 objects
 SQL Management Studio 2005 plug-in

Author:
Green Computers| Date: 24-05-2007 | Size: 5058 KB
  -
 

 General SQL Parser  License: Freeware

 
  General SQL Parser is developed to help people who want to check syntax of SQL statements, pretty print out SQL statements,and parse SQL statements into a parse tree in their own program. It provides detail information about a SQL statement such as statement types (Select, insert, update, delete or create and so on), what's tables and fields are used in a statement, and different parts of a SQL statement are also available such as where clause, group by clause and having clause and so on... General SQL Parser is designed to deal with SQL statement used by different Database Such as Oracle,DB2,Informix,Sybase,Postgres,MySQL and so on. And we will make it conforms to most of the entry-level SQL92 Standard.

Author:
SQLParser.com| Date: 24-05-2004 | Size: 1699 KB
  -
 

 SwisSQL - SQL Server to Oracle Migration Tool  License: Freeware

 
  SwisSQL - SQL Server to Oracle Edition is an Automated Migration tool to convert stored procedures implemented in Microsoft SQL Server Transact SQL into equivalent Oracle PL/SQL code. It automates more than 90% of the Transact SQL code conversion into PL/SQL with very minimal manual intervention. SwisSQL migration tool removes the time consuming, tedious and error prone manual effort involved in typical migration projects and provides great productivity benefit with high quality output and short turnaround time. SwisSQL - SQL Server to Oracle Edition provides the following significant features: - Migration of SQL Server Transact SQL procedures, functions, triggers, cursors, tables and views into PL/SQL. - Supports conversion of Transact SQL In-Built Functions, SQL queries & all In-Built data types (including user-defined types). - Supports conversion of all Transaction features. - Supports conversion of Temporary table feature into PL/SQL. - Supports conversion of most of the '@@' Global variables into equivalent PL/SQL implementation. - Support for Result-Set Processing conversion from Transact SQL to PL/SQL. - Generates formatted, readable PL/SQL code with very good comments. - Provides an ease to use Graphical user interface with support for single click driven migration. - The tool supports two modes of conversion: (i). It could fetch Transact SQL model directly from database and convert them (ii) Supports conversion of Transact SQL source files loaded from local directory.

Author:
AdventNet| Date: 30-11-2004 | Size: 10240 KB
  -
 

 K Database Magic  License: Freeware

 
  Database Desktop, SQL manager, merge data, data comparison and many more function in one software. It accomodate a simple admittance to datasets like other database handling products. Firstly it doesn't concentrate maintenance of datasets, but offer up users lot of built functions never a product before. Shortly it's proud of the most important functions: - Data manipulation between two datasets: Help user to import & export datas with macros and functions (merge datas). - Compare two dataset by user specified unique fields. - Multiple SQL Editors Script Executing (SQL Manager): SQL edit, history of executed scripts, processing, watching. - Powerful data managing tools: data manipulation, create, copy, print, import & export other databases, etc. - Now the program supported the following database types: Ms Access, Ms Excel, DB2, INFORMIX, INTERBASE 6, MSSQL, ORACLE, SQL Server, SYBASE, MySql(ODBC), Foxpro, Paradox, dBase, text driver(.csv) And some other useful features: - Searching datas by barcode scanner - Viewing / Editing data in tables - Multiple database connections - Export data to four formats (Excel, clipboard, csv, xml files)

Author:
Sandor Kovacs| Date: 28-08-2007 | Size: 6441 KB
  -

| 1 |

 

 
Sponsored Shareware

Universal Explorer
Powerful windows explorer
file manager and viewer.

File Manager - Windows Explorer Replacement

Disk Size Manager
Analyses hard disk space and collects statistics.

Powerful Disk Space Manager

Web Data Extractor
Email marketing software to extract specific contact.


Web Data Extractor

ListMotor
Email List Manager, operates with email stored in simple text files or csv files.

Email List Manager

 

DirFile.Com - Freeware Software Download