|
|
Freeware: Foxpro Sql Server Syntax Conversion Api
| |
EasySQL4Fox
License: Freeware
|
|
| |
If you're a FoxPro developer who's tried to use MS SQL, you've undoubtedly discovered that SQL's syntax is different from that of the FoxPro implementation of SQL. I've developed a solution that converts FoxPro SQL syntax to T-SQL syntax in a single function call. This functionality is in the form of an EFoxSQL.FLL which converts FoxPro SQL statements to T-SQL. In addition, For VFP 8 users, I've also included EFox_Data_Adapter, a data adapter class that provides support for such FoxPro functionality as LOCATE, BROWSE and others . Actually a purpose of this class is to create a simple level of abstraction of application from the access-technology (File-Server or Client-Server).
To use EasySQL4Fox, you simply attach a EFoxSQL.FLL library (Set Library to EFoxSQL.FLL Additive) and replace every SQL statement in your code with a call to our E_SQL_Select_Convert function. For example, if your MAIN contains a logical variable called UsingSQL that's .True. for SQL access and .False. for DBF access, you can use this:
If UsingSQL
Cmd = E_SQL_Select_Convert(OriginalSelectCmd)
IF SQLEXEC(connection_id, cmd, alias) <= 0
* Error message display here...
ENDIF
ELSE
&OriginalSelectCmd
ENDIF
You can certainly do the same by hand; however, a tool that does all of these things, and does them correctly the first time will probably pay for itself pretty quickly.
See HTML manual included for more information.
Author: Pinter Consulting| Date: 05-01-2005 | Size:
58 KB |
| |
- |
| |
CDBFinfo
License: Freeware
|
|
| |
The CDBFinfo Shell extension allows you to view brief information about a DBF file without opening it. The CDBFinfo Shell extension supports dBase III, dBase IV, FoxPro, Visual FoxPro and dBase Level 7 formats.
Author: WhiteTown Software| Date: 04-05-2008 | Size:
148 KB |
| |
- |
| |
CDBF Shell
License: Freeware
|
|
| |
The CDBF Shell extension allows you to view content or structure of DBF files in the Properties window without opening them.
CDBF Shell allows you: copy to the clipboard selected records. copy to the clipboard structure of the table. hide or show deleted records. sort DBF file by clicking on a column header. set default order of records. switch Ansi/OEM charset (Autodetect Ansi/OEM is available, too). The CDBF Shell extension supports dBase III, dBase IV, FoxPro, Visual FoxPro and dBase Level 7formats.
Author: WhiteTown Software| Date: 03-05-2008 | Size:
190 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 |
| |
- |
| |
SSH Editor
License: Freeware
|
|
| |
SSH Editor is a FREEWARE, full-featured, yet easy-to-use, editor for webdevelopers and webmasters.
Features:
* Edit files directly on your (web)server
* Multiple files opened (Tabs support)
* All operations reachable by keyboard shortcuts
* Text indent on key
* Multiple re and undos
* Search and replace
* Syntax highlighter (see below)
Syntax highlighters:
* Perl
* PHP
* HTML
* CSS
* SQL
* JavaScript
* XML
Author: HerrOtto IT Services Ltd.| Date: 11-04-2008 | Size:
902 KB |
| |
- |
| |
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 |
| |
- |
| |
ATAF-CON
License: Freeware
|
|
| |
ATAF can automatic convert the database design and copy the data from a MS-Access database and create it on a mySQL server in one of the 4 following ways Manually script, you have to run the script on your ISP web server ( for this you can use ATAF) If you are connected to the same network as your mySQL server, you can convert the database design directly to the mySQL server, and then copy the all the database records afterwards If you
Author: Christian C. Rasmussen| Date: 01-06-2002 | Size:
6550 KB |
| |
- |
| |
PHP4 to PHP5 Converter
License: Freeware
|
|
| |
Convert the PHP4 files to PHP5 the easy way by PHP4 to PHP5 Converter
With php4 to be no more supporterd, most of the web servers will discontinue php4 support. So if a web application is written in php4 it needs to be converted to php5 as quickly as possible, so that you dont get affected if your server supports on php.
The free php4 to php5 converter helps you quickly identify the changes required and provides you with a report with all the files that needs to be changed.
The advanced convert options even changes the code one by one just like the MS Word find replace feature so that all your project files are scanned and changed one by one making the conversion just a breeze.
Download the full features php4 to php5 converter now before the php4 is discountinued on your server from php4tophp5.com
Author: PHP Converters| Date: 04-04-2007 | Size:
3092 KB |
| |
- |
| |
Barracuda Home Server
License: Freeware
|
|
| |
BarracudaDrive - Home Server is a free Web-Server for personal use. BarracudaDrive includes many advanced features such as a Web File Manager, WebDAV, HTTPS tunnel, an advanced server side scripting language, games, etc.
Barracuda includes Lua Server Pages, an easy to use scripting language for designing Database-Driven Web Sites. Lua Server Pages, or LSP for short, follows the PHP syntax, and the server side HTML tags start with .
With BarracudaDrive, you can securely upload, download, and manage your files on your home computer from anywhere in the world. BarracudaDrive bypasses firewalls and proxies with the communication protocol HTTPS. The communication is protected by using SSL, allowing no one to eavesdrop on your file transfer.
BarracudaDrive is free for Mac OS X, Linux, and Windows.
Features:
High performance Web Server.
Web-File-Manager.
WebDAV, secure file server.
HTTPS tunnel.
Lua Server Pages.
Free programs you can download separately.
Multiuser administration panel/editor.
Getting started guide.
Chat server and client.
Author: Real Time Logic| Date: 10-04-2006 | Size:
2304 KB |
| |
- |
| |
ADX Toys 2 WD
License: Freeware
|
|
| |
ADX Toys 2 WD is a COM add-in for Microsoft Word that adds the syntax highlighting of the selected source code in the current document (see screenshot).
The add-in is based on Add-in Express 2 technology (http://www.add-in-express.com/) and designed to show you how to create add-ins, how to manage add-in's toolbars and controls, and how to get an access to Word objects.
ADX Toys 2 WD supports MS Word 2000 and higher.
Author: Afalina Co., Ltd.| Date: 14-06-2004 | Size:
723 KB |
| |
- |
| |
ADX Toys for Microsoft Word
License: Freeware
|
|
| |
ADX Toys for Microsoft Word is a COM add-in for Microsoft Word that adds the syntax highlighting of the selected source code in the current document (see screenshot).
The add-in is based on Add-in Express technology (http://www.afalinasoft.com/) and designed to show you how to create add-ins, how to manage add-in's toolbars and controls, and how to get an access to Word objects.
ADX Toys for Microsoft Word supports MS Word 2000 and higher
Author: Afalina Co., Ltd.| Date: 20-07-2003 | Size:
541 KB |
| |
- |
| |
File Uploader
License: Freeware
|
|
| |
FileUploader is a small command-line tool which allows the uploading of one or many files (wildcards allowed) to a Web server (POST or PUT methods) or to a FTP server. It can be easily inserted in a script or a batch file to automate file uploading. Run upload.exe in a Command Prompt to learn more about its syntax and its parameters.
Author: Noel Danjou| Date: 26-09-2004 | Size:
27 KB |
| |
- |
| |
APSW Instant Converter
License: Freeware
|
|
| |
'Instant Converter' - a universal conversion program that converts units from time, length, area, volume and much more. Even comes with a breeding chart most useful for animal husbandry. The All Purpose Software 'Instant Converter' is a very simple, intuitive, useful and nice unit conversion program. It provides conversion for heat, length, area, weight, volume, time, angular, timezones, power, energy, SI units and Avoirdupois weight.
Author: All Purpose Software| Date: 17-02-2003 | Size:
3405 KB |
| |
- |
| |
Northgate Coda
License: Freeware
|
|
| |
Coda is a first class JavaScript/HTML/XML/XHTML development environment with full syntax parsing. This fully featured editor checks the validity of code as you type, highlighting errors as you develop rather than after you publish.
Coda uses a technique called 'full block syntax parsing' (FBSP) to quickly analyse the structure of the file and its current state. Unlike other color keyword highlighting editors, Coda has an intimate knowledge of the languages it supports and displays errors or incomplete code in real-time. IF you chose to enable auto complete, Coda's intimacy with the semantics of the language empowers Coda to guess your next move, completing your statements and saving you time. This is a great learning aid if you are new to JavaScript or HTML.
FBSP supports files that have multiple language content. For example in a Dynamic HTML file with server-side and client-side JavaScript, Coda will identify the HTML and JavaScript separately and parse each block according to its own rules
To save more time, Coda includes Code Snips that automate the most common typing tasks. Code Snips intelligently insert code fragments into the structure of your document so you don't have to reformat your code.
Coda is also an ideal introduction into the world of server-side JavaScript integrating with Northgate's Concerto Application Server. Coda now becomes an integrated debugger for server-side JavaScript will full scope; call stack, expression watching, and variable introspection. Animate your code to find problems while examining the state of your application through program flow.
Coda comes with an integrated browser so you can preview your work, be it Server-side JavaScript, Client-side JavaScript or a mixture of both. Coda even applies its FBSP technology to check the validity of the generated page output - partially useful if your dynamic pages emit client-side JavaScript.
A MUST download for professional and would-be JavaScript and HTML developers.
Author: Northgate Information Solutions| Date: 07-14-2004 | Size:
6611 KB |
| |
- |
| |
MagicPDF
License: Freeware
|
|
| |
MagicPDF is the free version of commercial PDF creation software MagicPDF Pro. MagicPDF has all the most frequently used functionalities of Adobe Acrobat, as far as PDF creation and conversion is concerned. MagicPDF installs itself as a virtual printer in your printer list. This enables almost all Windows applications (must be able to print) to create professional quality PDF documents with just a click of the Print button.
MagicPDF is FREE for personal and commercial use! No watermark! No popup Web advertisement! Now supports Windows Vista!
What's New
Added support for Windows Vista 32-bit
Added support for Windows Longhorn Server (Windows Server 2008) 32-bit
No conflict with MagicPDF Pro
Improved Multiple Language Interface for English, French, Spanish, French, German
Added new language support for
Fully compatible with Asia languages, East European and Middle European languages
Author: Magic Document Solutions| Date: 02-01-2008 | Size:
922 KB |
| |
- |
| |
Collectorz.com Euro Converter
License: Freeware
|
|
| |
Small but useful utility that allows for quick conversion from Euros to the "old" currencies of Euro-countries, and vice versa. Features: sits in system tray, Always On Top
Author: Collectorz.com| Date: 08-01-2002 | Size:
477 KB |
| |
- |
| |
web sql tool - Shusheng SQL Tool
License: Freeware
|
|
| |
web-based MS SQL Server(MSDE)2000 client tool, query analyzer and dba utility to design, create, query, backup, manage and monitor database from a web browser. ASP, no installation needed. Freeware for Educational and Personal usage. 1. Spreadsheet-like Table/Query data editor. (support fill down). 2. Syntax highlight. 3. Login as Windows user or SQL user. 4. Streamlined query for large query (return millions of rows without freeze).
Author: CELC| Date: 01-03-2003 | Size:
819 KB |
| |
- |
| |
PDF4Free
License: Freeware
|
|
| |
Free PDF creator, PDF writer and PDF converter for Windows NT4/2000/XP/Server 2003. This tool installs itself as a print driver, all you have to do is to click "Print" from your application to create PDF files with full hyperlinks support,up to 2540x2540 dpi printing resolution, custom paper size, PDF document informationt, font embedding, printing scaling, PDF compatibility support and more. Other files can be converted to PDF filles. More conversion examples and frequently asked questions can be found on http://www.pdfpdf.com/faq.html
Author: Michael Edwards| Date: 15-01-2004 | Size:
1395 KB |
| |
- |
| |
Visual LogParser
License: Freeware
|
|
| |
Visual LogParser is a free Visual tool for the Microsoft LogParser engine. It enable user to query any log files or data source with an advanced SQL syntax.
Visual LogParser offer an dockable MDI interface, color syntax hightlighting, customisation of the log source properties, and many more.
Visual LogParser is a composite application of free blocks: .Net 2 framework, DockSand freeware, LogParser COM object, the Composite Application Block and the ICSharpDevelop TextEditor component.
Author: Serialcoder| Date: 12-10-2006 | Size:
423 KB |
| |
- |
| |
SuperEdi
License: Freeware
|
|
| |
SuperEdi is the ideal text editor for web site developers and programmers. Text files can be edited locally or directly on a remote server using the build-in FTP client.
Syntax coloring is included for HTML, CSS and JavaScript files, and can easily be extended for other languages. You can add powerful extensions to SuperEdi using TextPipe filters or by your own automation scripts written in JScript, VBScript or Perl. SuperEdi comes with a sample multi-level clip library, which you can extend with your own frequently used text clips.
Document tabs allow for quick navigation between multiple documents and the dockable directory tree helps you locate files quickly without opening the Windows Explorer. Context sensitive information is available via keyword lookup in any Windows help file, in the MSDN library or even web search engines. A list of functions or headlines is automatically extracted from the text and enables quick navigation within large documents.
SuperEdi supports Unicode UTF-8, UTF-16 as well as many locale- specific encodings.
Available languages: English, Dutch, German, Portuguese, Spanish, Chinese, Greek
Author: WoLoSoft International| Date: 01-04-2005 | Size:
1218 KB |
| |
- |
| |
FlySpeed SQL Query
License: Freeware
|
|
| |
FlySpeed SQL Query is an easy-to-learn-and-operate graphical tool for all database users and developers. It allows you to build queries on different database servers without needing deep knowledge of SQL syntax and performs a wide range of data manipulations.
Handy for professionals and essential to newbies, FlySpeed SQL Query includes everything to make your work with data more productive than ever before! Simple and convenient user interface, high data retrieval speed and powerful means of working with data and SQL queries will make your work as easy as possible!
Key features:
- Native connection to most database servers.
- Easy-to-use visual query builder can build even complex queries.
- SQL Editor with syntax highlighting and code completion.
- High-speed data retrieval, quick data manipilations.
- Easy printing of result data.
- Full Unicode support.
- Simple and convenient graphical user interface.
- Exporting data to most popular office formats with ease.*
- Powerful Report Builder to generate reports quickly and efficiently.*
* - Forecast
Author: Active Database Software| Date: 01-02-2008 | Size:
4410 KB |
| |
- |
| |
CryptoTextCE
License: Freeware
|
|
| |
CryptoTextCE is an ActiveX / COM component written in ATLCE for the PocketPC. It provides simple access to the CryptoAPI in Windows CE from embedded Visual Basic and embedded Visual C++.
CryptoTextCE is a companion product to CryptoText for the desktop, and data encrypted on the PocketPC using CryptoTextCE can be decrypted on Windows NT/9x using CryptoText and vice versa. If you are collecting sensitive data on a PocketPC device and transferring it to a destop PC or server using SQL Server CE or some other form of file based synchronisation, you can use CryptoTextCE to encrypt the data before transfer and CryptoText to decrypt it again on the server.
As with CryptoText, CryptoTextCE encrypts the input text data and converts the resulting binary data to a series of characters which are suitable for use in a SQL statement, or for storage in a text/.ini file. The additional step performed by CryptoTextCE is the optional conversion from a UNICODE string to an ANSI string before encryption. This addresses the issue that all strings in eVB for the PocketPC are held as two byte UNICODE characters internally. If you are not making used of the extended character sets available with UNICODE the conversion to ANSI reduces the size of the encrypted data, and increases compatability with desktop Windows operating systems.
Author: | Date: 31-10-2003 | Size:
280 KB |
| |
- |
| |
WordConvs Free
License: Freeware
|
|
| |
This document conversion program allow batch conversion of documents using the converters included in Microsoft Word 7.0 or higher or an external program of your choice. Both the input and output format are selectable
The use of WordConvs with an external converter program can be useful when the conversion program has not batch capability or don't allow to scan subdirectories or/and to process hidden files, as WordConvs has these capabilities.
It is useful also when the converter has not an included mechanism to test the completeness of the conversion. Some converters in case of errors in input file truncate the conversion without any kind of indication. In case of processing of a large number of file this can be dangerous as you believe that the results are good whereas you can have as result truncated documents (only partially converted). To test, also if not in a secure way, this case, a program has been inserted which count the words, lines, and characters of the input document. As MsWord has internally the possibility to count them in the output document, it is possible to compare these counters. The input file counters are only an row approximation as only managing the formatting of the input document it is possible to have a good count. A program included in the setup counts words, lines and characters with a variable level of accuracy of the result, depending on the format of the document. For this reason the possibility to set the threshold of percent difference that give rise to a warning message, has been inserted, as well as the possibility to choose which of the 3 available counters to use. If you have a more accurate counting program you have the possibility to use it.
Author: Telsys s.a.s.| Date: 03-10-2003 | Size:
1193 KB |
| |
- |
| |
Quick Convert
License: Freeware
|
|
| |
A new kind of conversion utility.Perform hundreds of different conversions without having to re-key each value.
Author: RWSoftware| Date: 10-11-2001 | Size:
1012 KB |
| |
- |
| |
File Downloader
License: Freeware
|
|
| |
File Downloader is a small command-line tool which allows the downloading of a file from a HTTP or a FTP server. It can be easily inserted in a script or a batch file to automate file downloading. Run download.exe in a Command Prompt to learn more about its syntax and its parameters.
Author: Noel Danjou| Date: 26-11-2004 | Size:
44 KB |
| |
- |
| |
Database Manager
License: Freeware
|
|
| |
This tool will support you in your database management activities for dBase-compatible tables, especially if you are a user of Vista Software's Apollo Database engine or the Advantage TDataSet descendant or MySQL tables. Supported functions are: Table creation (generates table creation source code for BDE engine, Apollo driver, Advantage driver), converts between Windows and DOS charset, XML export of tables for easy, standardized data exchange, table encryption, packing tables (permanent removes "deleted" (hidden) records), supports deletion, adding, editing and converting database records, displays table statistics, displays and prints table structure, displays index keys and orders, changing of active index order, undeletion of individual or groups of records, supports Clipper-, FoxPro-, and HiPer-SIx indexes and more!
Author: Richey F.| Date: 20-01-2001 | Size:
816 KB |
| |
- |
| |
ODBscript
License: Freeware
|
|
| |
ODBscript is the world's easiest scripting language for developing interactive, database-enabled Websites, even for non-programmers. Fast application development also makes it ideal for Rapid Prototyping. Runs as a CGI (or offline) to process HTML files with embedded script programming. Uses ANSI SQL through ODBC. (Works with MS-Access, SQL Server, MySQL, Paradox, FoxPro, or any database with an ODBC driver.) A registered version is available with more functionality, and an ISAPI version is available for improved efficiency.
Author: ODBscript| Date: 03-12-2004 | Size:
228 KB |
| |
- |
| |
Webconverter
License: Freeware
|
|
| |
Webconverter software is a FREE converson of your music, video, images and documents! It is 100% free! No software or addons are required. It offers you a HUGE range of format conversion! You can convert from almost any format to mp3 for your music files and/or from almost any format to avi for your video files. Of course, it is vice-versa, that is if you convert from A to B, you can convert B to A!
Author: SKS Services| Date: 21-04-2007 | Size:
196 KB |
| |
- |
| |
KF Web Server
License: Freeware
|
|
| |
KF Web Server is a free HTTP Server that can host an unlimited number of web sites. Its small size, low system requirements and easy administration make it the perfect choice for both professional and amateur web developers alike. Supports: CGI, sophisticated security settings, multiple ports, file caching, MIME settings, directory indexes and remote administration.
Author: KeyFocus Ltd.| Date: 17-04-2003 | Size:
691 KB |
| |
- |
| |
ConTEXT
License: Freeware
|
|
| |
ConTEXT is small, fast and powerful text editor for software developers. Unlimited open files, unlimited editing file size length, powerful syntax highlighting for C/C++, Delphi/Pascal, 80x86 assembler, Java, Java Script, Visual Basic, Perl/CGI, HTML, SQL, Python, PHP, Tcl/Tk, user defineable syntax highlighter, project workspaces, compiler integration, multilanguage support and many more features.
Author: ConTEXT Project Ltd| Date: 03-12-2006 | Size:
1629 KB |
| |
- |
| 1 | 2 | 3 | 4 | 5 |
|
|
Universal
Explorer
Powerful windows
explorer file
manager and viewer.

Disk
Size Manager
Analyses
hard disk space and collects statistics.

Web
Data Extractor
Email
marketing
software to extract specific contact.

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