|
|
Freeware: Foxpro
| |
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 |
| |
- |
| |
paradox dbase viewer
License: Freeware
|
|
| |
Paradox dBase reader is a versatile viewer for DBF/DB files (Paradox, dBase, FoxBase, Foxpro, Visual Foxpro, Visual DBase,...) With Paradox dBase reader you can view, sort, print dbf file and export the data from them to a variety of formats (TXT, CSV, Excel, HTML, XML, RTF) without using any packages and more. In addition, offers convenient user interface, flexible configuration and features never seen in free DBF software before. Application can be used without BDE(Borland Dababase Engine).
See Application Features: * View dbf files (DBase III, IV, V, Foxpro, Clipper) * View memo files * View dbf using multi-character set(UTF-8, ISO-8859-1, Windows-1251, ISO-8859-15, ..) * Print dbf structure and dbf data * Open, view .ndx, .cdx, .ntx, .mdx index files * Filter records using most of all Clipper/Foxpro functions * Columns customization * Export to csv, txt, xls, html file formats * No BDE (Borland database Engine)
Author: sportamok inc.| Date: 02-07-2008 | Size:
3716 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 |
| |
- |
| |
KeyIC ConneX
License: Freeware
|
|
| |
An ActiveX DLL that allows secure, real-time payment processing. Supports Sale, Auth, Capture, Refund, Recurring Transactions, and ACH (Checking account) transactions. Supports Swipe Transactions as well. Full Membership Management capabilities integrate with Recurring Transactions and can completely manage a membership site. Comes with examples in Access and ASP and full documentation. Communicates with SSL and supports Order Integrity, a proprietary MD5 based encryption. 30-day live demo after which the free activator is required which is obtainable from www.keyic.com. 4D and FoxPro versions also available. Requires a KeyIC Digital Payment Processing Account for live transactions.
Author: Brian Etzel| Date: 21-12-2002 | Size:
480 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 |
|
|
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.
|