



VISOCO BDP.NET for Sybase ASE is a BDP.NET provider that allows a developer to get direct access to Sybase ASE from applications based on Borland Delphi and C# Builder.
PowerISO is a powerful ISO file processing tool, which allows you to open,extract,create,edit,compress,encrypt,split and convert ISO files, and mount them with internal virtual drive. It can process almost all CD-ROM image files including ISO and BIN
Altova DatabaseSpy 2008 is the unique multi-database query and design tool from the creators of XMLSpy. It connects to all major databases and eases SQL editing and database design for a fraction of the cost of single-database solutions.
xBaseView is a multi-functional database tool designed for novice database administrators or advanced database users. It looks like Explorer: the database files are displayed in a folder-tree and you can open it with the mouse.

Base64
$0 - Canadian Mind Products
Base64 is a freeware way of encoding 8-bit characters using
only ASCII printable characters similar to UUENCODE.
UUENCODE embeds a filename where BASE64 does not. You will
see BASE64 used in encoding digital certificates, in
encoding user:password string in an Authorization: header
for HTTP. The spec is described in RFC 2045.
For more details see
Don't confuse Base64 with x-www-form-urlencoded which
is handled by java.net.URLEncoder.encode/decode or
Base64u.
Base64 armouring uses only the characters A-Z a-z 0-9 +/=.
This makes it suitable for encoding binary data as SQL
strings, that will work no matter what the encoding.
Unfortunately + / and = all have special meaning in URLs.
Base64u gets around this problem. It is a variant on Base64
that uses - _ and * in preference to + / and =, so that it
can be used in URLEncoded contexts with or without
URLEncoding.
Use base64 like this:
// Base64 armouring
import com.mindprod.base64.Base64;
...
// sample byte array to encode
byte[] toSend = { (byte)0xfc, (byte)0x0f, (byte)0xc0};
// create encoder object
Base64 base64 = new Base64();
base64.setLineLength( 72 ); // default
// encoding a byte[]
String send = base64.encoder( toSend );
// decoding a byte[]
byte[] reconstituted = base64.decoder( sent );
use Base64u the same way:
// Base64u armouring
import com.mindprod.base64.Base64u;
...
// sample byte array to encode
byte[] toSend = { (byte)0xfc, (byte)0x0f, (byte)0xc0};
// create encoder object
Base64u base64u = new Base64u();
base64u.setLineLength( 72 ); // default
// encoding a byte[]
String send = base64u.encoder( toSend );
// decoding a byte[]
byte[] reconstituted = base64u.decoder( sent );
For an example that starts and ends with a String, see
Example.java
to run:
java.exe com.mindprod.base64.Example

Access Database Repair
$199 - Access Database Repair
Best Access database repair software to quickly repair corrupt access databases. Access database repair software is designed to restore and rebuild the damaged MS Access database files. Supports database repairing of files created using MS Access 2003, 2002, 2000, 97, 95. Software displays the recovered contents in advance and hence allows you to see the possibility of recovery before you actually purchase the software.
It successfully repairs database showing errors such as : "Unrecognized Database Format", "AOIndex missing", "The Microsoft Jet Engine cannot open this file", "You do not have the necessary permissions to open this object. Please contact your system administrator.", "The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time".
Key features include : Software allows you to repair the password protected database even if the password is not known, allows you to convert MDE database to MDB.

ASPdatabase.net
$45 - ASPdatabase.net
ASPdatabase.net is an online database management program that enables web-based editing of database tables in Microsoft Access and Microsoft SQL Server. ASPdatabase.net lets you view, edit, delete and create new records in a database table. Additionaly, you can manage the tables themselves by creating new tables, dropping tables, adding columns to tables and deleting columns from tables.
ASPdatabase.net is an Active Server Pages application that works on any Windows server with ASP 3.0. No COM objects will need to be installed. Database connections can be established with a DSN or directly to the database in Microsoft Access via a Jet Database connection or in Microsoft SQL Server via IP address. All that is required on the client is Microsoft Internet Explorer 5.5 or greater on a Windows machine.

Kickin soccer
$0 - Soccer games
Set in an athletic backdrop of a soccer stadium filled with enthusiastic fans, and created with the true soccer crowd in mind, Kickin' Soccer offers soccer gamers hours of engaging game play. Kickin' Soccer is a fast-paced arcade soccer game. Dribble the opponent players, slide into their defenses with quick and accurate passing, score with shoots from a distance or use crosses and try to head the ball in the back of the net.

EasyProjectDatabase Access Database
$50 - EasyProjectDatabase.com
Download the DEMO at www.EasyProjectDatabase.com
EasyProjectDatabase (Access Project Database) features include:
-Track Issues, Bugs, Defects, Risks, Tasks, Change Requests, Assumptions, Constraints, Action Items.
-Scalable categories, priorities, departments, projects, contacts and status.
-Record Locking for multiple users.
-Advanced record filtering.
-Create custom Reports.
-Track all record changes.
-Send email directly from a record.
-Pop-up Calendar for easy date input.
-Attach 12 file links per record - link to files on a LAN, WAN or Internet (all file types supported).
-Admin Screen with password protection.
-No installation program required.
-Designed by a certified project manager.
Download the DEMO at www.EasyProjectDatabase.com

Advanced Database Recovery
$349.95 - DataNumen, Inc.
Advanced Database Recovery is a powerful database recovery suite. It includes recovery tools Advanced Access Repair, for corrupt MS Access MDB databases, and Advanced DBF Repair, for corrupt DBF databases.
Main features:
1. Support to repair Microsoft Access 95, 97, 2000, XP and 2003 databases.
2. Support to recover the structure and records of the tables in Access databases.
3. Support to recover deleted tables and records in Access databases.
4. Support all versions of DBF database, including dBASE III, dBASE IV, dBASE 5 for dos, dBASE 5 for Windows, FoxBase, FoxPro, Visual FoxPro, etc.
5. Support to repair DBF files with memo or binary data fields stored in DBT or FPT files.
6. Support to repair files on corrupted medias, such as floppy disks, Zip disks, CDROMs, etc.
7. Support to repair a batch of corrupt files.
8. Support integration with Windows Explorer, so you can repair a file with the context menu of Windows Explorer easily.
9. Support drag & drop operation.
10. Support command line parameters.
© 2007-2008 Software Institute
Software Institute periodically updates pricing and product information from third-party sources,
so some information may be slightly out-of-date. You should confirm all information before relying on it.