|
|
Freeware: Sql
| |
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 |
| |
- |
| |
web based msde dba 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. Pure ASP script, no installation needed. Freeware for Educational and Personal usage.
For DBA ( Database Admin )
o Maintain Operators, Categories, Alerts, Notifications, Jobs, Job Steps and Schedules.
o Monitor connections, locks and performance of SQL server. Kill bad process.
o Administrate security for server logins (Windows and SQL accounts), database users and roles.
o Assign permission to user(s), role(s), object(s). Support column level permission.
o Backup, Restore and Repair database. Compress Transaction Log.
For Developer ( Database application )
o Color-coded Editor for View, Stored Procedure, User function, Inline function and Trigger.
o Create and modify database, table, index, constraint (default, check and foreign key).
o Automatic Duplication and Orphanage check.
o Database-wise search for a specific value (number, datetime or text format).
o Database-wise search for a specific object (table, view, stored procedure, user / inline function and trigger).
o Automatic database documentation / dictionary.
o Automatic Parent / Child Key tracking and Object Dependency tracking.
For End User ( Specific permission might required from DBA )
o Query any data with a color-coded SQL panel.
o Edit table data in a spreadsheet-like Editor. (with row/column copy/paste/reset, fill down feature)
o WYSIWYG Editor to edit and store large plain/HTML document in the database.
o Create user table, view, function, trigger, index and constraint.
o Execute any SQL script (multiple, compound query), MS DOS command.
o Save and open SQL script from local disk.
For all
o Secure login from Internet as a Window.
o Streamlined query process for large query (return millions of rows without freeze).
o Virtual MS DOS prompt window.
o Current running Query cancellation.
Author: Shusheng Zhou| Date: 01-03-2003 | Size:
819 KB |
| |
- |
| |
Toad for SQL-Server
License: Freeware
|
|
| |
Quest Software's ToadŽ for SQL Server leverages the knowledge gained from our past experience with database development tools and empowers SQL Server developers and administrators of varying skill levels to rapidly create and execute queries, automate database object management and create T-SQL code more efficiently with an intuitive graphical interface. Toad for SQL Server also provides a data export utility and allows users to view basic database statistics. This free database development and administration tool increases user productivity and offers access to a solid community for interactive support.
Author: Quest Software Inc.| Date: 10-11-2004 | Size:
1 KB |
| |
- |
| |
ODBC View
License: Freeware
|
|
| |
ODBCView is a free SQL query tool to view and export data from any OBDC compliant database. Connect to an ODBC data source and enter a SQL statement to execute. The data is then displayed on a read-only grid or it can be exported to a external CSV or HTML report file. Any valid SQL statements can be executed including UPDATE, DELETE and calls to database procedures. Run it from the command line to open a data source and export a query to a file.
Author: SLIK Software Ltd| Date: 01-08-2002 | Size:
4077 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 |
| |
- |
| |
MySQL Turbo Manager Free Edition
License: Freeware
|
|
| |
MySQL Turbo Manager Free Edition is a free graphical tool for database development and administration.
MySQL Turbo Manager Free Edition enhances productivity and simplifies your database development and administration process with a functionality and friendly GUI.
MySQL Turbo Manager works with all MySQL versions from 3.23 to 5.1 and supports all MySQL features including tables, views, stored procedures, functions, triggers, InnoDB Tables, foreign keys , UDFS, BLOB Types and so on.
Author: Mentat Technologies| Date: 12-12-2006 | Size:
9332 KB |
| |
- |
| |
SQLTools
License: Freeware
|
|
| |
SQLTools is a light weighted and robust tool for database development. It includes a text editor, an sql console and a couple of sql utilities. You can use it for dial-up connection and it will work as fast as SQLPlus. It is small and not required an installation so SQLTools will help you anywhere because it is small enough for floppy and available for downloading on the Web.
Key features:
* Powerful editor, which supports drag & drop, syntax highlighting, code template expansion, etc. Context sensitive help provides information about the current sql statement.
* SQL console, it supports DML & DDL statements and provides additional information about database statistics and timing.
* Object Browser is designed for getting any object DDL definition. One of useful features is support group operations, for example, you can select and disable a set of constraints in one operation.
* Extract Schema utility, which loads all objects definition and stores on local disk.
Author: Aleksey Kochetov| Date: 17-11-2003 | Size:
865 KB |
| |
- |
| |
Open QueryBuilder
License: Freeware
|
|
| |
Freeware with full source code!
The Open QBuilder (OQBuilder) is a simple "visual query builder". You can use OQBuilder in your Borland Delphi and Borland C++Builder applications to make easier SQL-code generation. OQBuilder allows you to easy work with local and server databases via BDE, ADO, IBO, IBX, DBX, FIBPlus, etc.
All versions of Open QBuilder are available as freeware with full source code and samples.
You can create new TOQBEngine-descendants to work with any DataSet-oriented sources (for example - OCI engine, etc.). If you create your own OQBEngineXXX - contact us to share them with Delphi and C++Builder developers community. We will place your engines on our web-page. Please, save the style of your engine-component's .dcr-icons and deploy your components as freeware with full source code.
OQBuilder allows you to save and load query models. OQBuilder query format looks like ".ini file" and defined (and may be customized by you) in methods procedure TQBForm.btnSaveClick (model saving) and procedure TQBForm.btnOpenClick (model loading).
The first limited public version of QBuidler for Delphi 1&2 was released in 1996.
Author: Sergey Orlik| Date: 15-10-2003 | Size:
1002 KB |
| |
- |
| |
Shop-Script FREE
License: Freeware
|
|
| |
Free comprehensive PHP shopping cart software Shop-Script FREE.
Our turnkey ecommerce solution is search engine friendly, comes in 100% open source, Smarty template design based, can be installed in 5 minutes, works on most operating systems and provides many facilities including:
Fully functional free shopping cart software,
No programming required,
Easy-to-use web based control panel,
User friendly frontend,
100% open source,
100% template based design (Smarty templates engine),
Multiple language support,
Easy design integration to an existing website,
Products and categories thumbnails,
CSS-compatible design,
Information pages,
Support for dynamic images,
Unlimited number of product categories,
Unlimited number of products,
Unlimited category nesting,
Product stock level control,
HTML descriptions,
Three types of product images,
List price markdowns,
Customers' products ratings,
Special offers marketing tools,
Enable/disable products,
Category HTML description and thumbnail,
Shopping cart,
Shopping cart feature can be turned off, thus giving you an ability to create an online web catalog,
Basic ordering system,
All orders are stored in the database,
E-mail notifications,
Search engine optimized,
Outlined product info (headings, ALTs, etc).
PLUS free customer support and free access to product updates!
Author: WebAsyst LLC| Date: 20-07-2004 | Size:
807 KB |
| |
- |
| |
MySQL Snap
License: Freeware
|
|
| |
MySQL Snap program is intended for creation backup copies of MySQL databases as well as for transport it from one server to another. The program advantages: - full compatibility of the result dump with the dump produced with the help of standard MySQL database management system utility - mysqldump! - standard mysqldump utility keys support; - absence of using standard libmysql.dll library. All information processing is with using API level..
Author: Art-media| Date: 10-12-2002 | Size:
812 KB |
| |
- |
| |
Active Query Builder Free Edition
License: Freeware
|
|
| |
Active Query Builder is a query builder component suite that allows your end-users to build complex SQL queries via an intuitive visual interface. It differs from other query builders by its powerful SQL parser that correctly handles SQL queries containing multiple nested joins and other fine points of SQL syntax. Another feature is the powerful graphical engine that allows you to build queries involving unions and sub-queries.
The interface of Active Query Builder is similar to either MS-Access or SQL Server visual query construction interface, but is much more powerful compared to other similar components. The unique features of Active Query Builder for Delphi such as the ability to build queries with unions and subqueries make it the best solution for professional developers.
Active Query Builder supports Oracle, SQL Server, MS Access, MySQL, PostgreSQL, InterBase, Informix and many other SQL dialects. The sophisticated Active SQL parser can translate any valid SQL statement into it's visual representation.
The component may be integrated into your application with just a few lines of code. Unlike many other query building solutions, Active Query Builder does not force the programmer to use the embedded data grid, SQL editor or anything else. Instead, it allows you to integrate any accompanying tools into your application as quickly and easily as possible. The product is shipped with detailed help system and a demo application to help you quickly master the product.
There are two editions available: the Standard Edition and the Free Edition. The Free Edition is fully functional, but supports only the ANSI-92 SQL dialect.
Author: Active Database Software| Date: 07-08-2006 | Size:
805 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 |
| |
- |
| |
myLittleAdmin
License: Freeware
|
|
| |
myLittleAdmin is a web-based MS SQL and MSDE database administration tool. This new version offers a new skinnable interface and a lot of great new features, such as user levels, multi-databases support or SQL script generation. A lite version is available for free so that you can test it in your own environment. Use myLittleAdmin and do through a browser almost everything you did before with Enterprise Manager.
Author: myLittleTools.net| Date: 02-06-2003 | Size:
154 KB |
| |
- |
| |
Ariacom Business Reports
License: Freeware
|
|
| |
Ariacom Business Reports is a database reporting and multi-dimensional
analysis tool with dynamic SQL generation Non-technical end-users can run
and edit complex reports from any SQL relational database.
The product is able to meet a whole range of reporting requirements, from
publishing a directory over the intranet to multi-dimensional analysis on a
data-warehouse.
The product's main features are:
- Dynamic and optimized SQL queries
- Generation of complex reports integrating cross tables
- Native line, bar, point and pie charts
- Integrated security management limiting user access
- Fully multilingual design (currently in English, French, German, Spanish)
- Report results in various formats (html, csv, txt, xml with conversion to
pdf and doc)
- Output to various devices (file, printer, fax, email, ftp)
- Cascade reports allowing multi-dimensional navigation
- Publication and sharing of reports and results
- Simple to install and configure
- ActiveX to be integrated into any Win32 applications
Functions limited in the free version:
Report Scheduler, Web Report Server,
Drill navigation, Running totals, Ranking, Formulas, Custom Templates
Author: Ariacom| Date: 07-03-2005 | Size:
6577 KB |
| |
- |
| |
Navicat MySQL Manager Lite
License: Freeware
|
|
| |
Navicat Lite is an ideal solution for MySQL administration and development. This is an all-inclusive mysql front end provides a powerful graphical interface for databases management and maintenance. Easy installation
and intuitive interface make it an irreplaceable tool for mysql on the web or your local desktop. Navicat Lite supports all verions of MySQL and HTTP/ SSH Tunneling. 30 days demo version lets you convert Access to MySQL, MS SQL to MySQL, Excel to MySQL, synchronizes and backups database in a snap through helpful wizards. Major features of Navicat full version include Visual Query Builder, Import/ Export, Report Builder, Backup/ Restore and Data Transfer. Navicat also supports to import data from ODBC, batch job scheduling (create schedule for Import/Export, Data Transfer and saved queries),
printing of table structure. It also includes a full featured graphical manager for setting the users and access privileges. Navicat version 8 supports Code Completion, Form View and email Notification Services, etc. Navicat is the number 1 MySQL database administration shareware in Download.com with over 350,000 downloads and 1,100,000 installations worldwide. Some of the users including Sony Music, Intel, Kodak, FedEx, KPMG Consulting, Ericsson,
Siemens AG, Yahoo!, NTT DoCoMo (Japan), Hitachi (Japan), Imation, Lexmark, Cisco Systems, RSA Security, Avis (Europe), U.S. Department of Energy, UPS, Disney, Oxford University, Harvard University, NASA Space Flight Center, MIT, Michigan State University, University of Michigan, ...
Navicat delivers a personal experience, simplifying the way you work. The program is available for Windows, Mac OS X and Linux and supports multiple languages.
Author: PremiumSoft CyberTech Ltd.| Date: 07-04-2008 | Size:
7884 KB |
| |
- |
| |
Free SQL Compare
License: Freeware
|
|
| |
The SQL Compare application will allow you to compare the structure of two SQL server databases and display all the differences between them. You can compare databases online or you can take snapshots of the structure of the databases and compare them off-line, which is ideal for when you have a regularly update database and want to check if the all the changes to the database were committed successfully.
Author: StarInix Software| Date: 30-11-2004 | Size:
435 KB |
| |
- |
| |
SQLite3 database manager LITE
License: Freeware
|
|
| |
SQLite3 database manager. Development tool for managing all database objects. SQL builder. Export schema and data to InterBASE, Firebird and other databases.
Author: Ivan Sivak - SOFTWARE| Date: 31-07-2005 | Size:
992 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 |
| |
- |
| |
Ariacom Report Manager
License: Freeware
|
|
| |
Ariacom Report Manager is a COM component allowing database reporting and multi-dimensional analysis with dynamic SQL generation. - Native line, bar, point and pie charts - Integrated security management limiting user access - Fully multilingual design - Report results in various formats (html, csv, txt, xml with conversion to pdf) - Output to various devices (file, printer, fax, email)
Author: Ariacom| Date: 20-06-2003 | Size:
5719 KB |
| |
- |
| |
MyGeneration
License: Freeware
|
|
| |
MyGeneration is an extremely flexible development tool written in Microsoft .NET. MyGeneration generates code from templates that can be written in C#, VB.NET, JScript, and VBScript. MyGeneration is great at generating ORM architectures or O/R Mapping files for architectures such as Gentle.NET, NHibernate, and others. The meta-data from your database is made available to your templates through the MyMeta API. MyGeneration supports Microsoft SQL, Oracle, IBM DB2, MySQL, PostgreSQL, Microsoft Access, FireBird, Interbase, SQLite and VistaDB.
MyGeneration also ships with a very popular .NET architecture available in C# and VB.NET known as dOOdads
Author: MyGeneration Software| Date: 01-12-2004 | Size:
1496 KB |
| |
- |
| |
EMS SQL Manager 2005 Lite for MySQL
License: Freeware
|
|
| |
EMS SQL Manager Lite for MySQL is an excellent freeware graphical tool for MySQL Server administration. MySQL Manager works with any MySQL versions from 3.23 to 5 and supports all of the latest MySQL features including views, stored procedures and functions, InnoDB foreign keys and so on. It has minimal required set of instruments for those users who are new to MySQL server and need only its basic functionality. MySQL Manager has a new state-of-the-art graphical user interface with well-described wizard system, so clear in use that even a newbie will not be confused with it.
Key Features:
- Full support of MySQL versions from 3.23 to 5;
- New state-of-the-art graphical user interface;
- Rapid database management and navigation;
- Simple management of all MySQL objects;
- Advanced data manipulation tools;
- Powerful security management;
- Excellent tools for query building;
- EMS SQL Manager for MySQL is available in English, German, French and Romanian languages!
Author: EMS Software Development| Date: 28-03-2006 | Size:
13210 KB |
| |
- |
| |
EMS SQL Manager 2005 Lite for InterBase/Firebird
License: Freeware
|
|
| |
EMS SQL Manager Lite for InterBase/FireBird is an excellent freeware tool for InterBase and FireBird administration. It has minimal required set of instruments for those users who are new to InterBase server and needs only its basic functionality. It provides an easy-to-use graphical interface for maintaining databases and database objects, managing table data, simply edit SQL queries, run SQL scripts, administering users and their privileges and more.
Key Features:
- Latest InterBase and Firebird versions support;
- Powerful and easy-to-use graphical user interface;
- Rapid database management and navigation;
- Easy management of all InterBase/Firebird objects;
- Advanced data manipulation tools;
- Effective security management;
- Excellent tools for query building.
Author: EMS Software Development| Date: 12-04-2006 | Size:
12401 KB |
| |
- |
| |
EMS SQL Manager 2005 Lite for SQL Server
License: Freeware
|
|
| |
EMS SQL Manager Lite for SQL Server is a light and easy-to-use freeware graphical tool for MS SQL/MSDE administration. It has minimal required set of instruments for those users who are new to MS SQL server and need only it's basic functionality. It makes creating and editing MS SQL Server database objects easy and fast, and allows you to run SQL scripts, manage users and their privileges, simply edit SQL queries and more.
Key Features:
- Microsoft SQL 2005 Support;
- Powerful and easy-to-use graphical user interface;
- Rapid database management and navigation;
- Easy management of all Microsoft SQL objects;
- Advanced data manipulation tools;
- Powerful security management;
- Excellent tools for query building.
Author: EMS Software Development| Date: 24-04-2006 | Size:
12882 KB |
| |
- |
| |
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 |
| |
- |
| |
jWorkbook
License: Freeware
|
|
| |
jWorkBook: Get Database information directly into your spreadsheet
Now a quick way to get the information that is currently in your system databases directly into your spreadsheet. jWorkbook is an Excel Add-In that enables you to build powerful queries to access the information directly and see the information in your Excel Spreadsheet. You can build reports quickly and interactively using the power of single or multiple SQL So.... the information you need is stored in the Oracle, Access or SQL database and you need to look at it and do some calcs and write a quick report? What are your options? Simple, find a programmer, tear him or her away from the thousand other jobs on the go and try to explain what you want. They will put your request into a queue and hey presto 3 months later you get the information you want...if you are lucky!
<http://sjslive/products/images/HandIcon.gif> Enter jWorkBook: start up Excel, enter a simple SQL command....bang the information is there!
Not quite what you want? No problem, refine the command and run it again. Or add another command and run them both. Format the output in your spreadsheet, add a chart and you have your data in the format you want in a couple of minutes. Really that simple? You bet.
SQL is by far the most popular database language available today. It is used as the main form of communication by every database of note. It is extraordinarily powerful. But best of all, to do the vast majority of tasks, it is extremely simple. Unlike languages like C or Basic, you can do most of your data retrieval commands in a single statement. It is a fact that if you understand the English-like Select statement, you are probably 99% of the way to being self sufficient in retrieving your data from the database. Granted, as you get proficient in SQL, you will naturally extend your skills to more exotic structures but from day one, you are productive. But don't take our word for it, run through the tutorial and give it a try.
Author: Nicholas Hurley| Date: 01-01-2002 | Size:
1536 KB |
| |
- |
| |
sqlDESKTOP
License: Freeware
|
|
| |
sqlDESKTOP is a computerized manual filing system arranged just like an office. Users can organize information (files, data on CD ROM or DVD, WEB pages, emails, newsgroups etc... ) they access regularly using familiar, everyday office supplies (folders, binders, filing cabinets, etc.). It's easy because you don't have to remember the exact name of the document or where you put it. Just visually locate it in an ordinary office environment.
Author: P.I.M.| Date: 04-03-2003 | Size:
19401 KB |
| |
- |
| |
Select to Excel
License: Freeware
|
|
| |
This small Excel macro allows you to execute SQL commands on any ODBC data source directly in Excel and will paste the results in an Excel sheet where you can sort, filter and further manipulate the data. Useful to quickly extract data from a database and manipulate it within excel. No need to copy and paste large sets of data from other programs to gain the full functionality of Excel.
Author: PSP Games| Date: 12-11-2005 | Size:
21 KB |
| |
- |
| |
SQL Batch Executor
License: Freeware
|
|
| |
SQL Batch Executor will run SQL scripts for any database with an ODBC compliant driver.
Author: JohnMacIntyre.ca| Date: 23-01-2003 | Size:
252 KB |
| |
- |
| |
Blog Script for PHP
License: Freeware
|
|
| |
Easy to install blogging system for PHP and MySQL. Sinlge and multy-user modes. Bloly is installed on thousands servers world wide. Bloly blog script is based on simple templates. It's very easy to afjust Bloly Blog to fit any design of any website. You may see live sample on our website. Bloly Blogging system is completely free.
Bloly Blog script features
Easy to install and run
Single and multi-user modes
RSS newsfeeds
Easy to change interface
Administrator may specify what HTML tags are allowed in articles and comments
Information page about every user
Calendar with active days highlited
Archive browsing by day, month and year
Search for articles in archive
Freeware. The script is distriduted under GPL license.
Powered by PHP and MySQL.
Author: SoftCab Inc| Date: 21-05-2006 | Size:
32 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 |
| |
- |
| 1 | 2 | 3 |
|
|
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.
|