products: 
BUY DOWNLOAD SUPPORT SEARCH
Tabuleiro
 
  YOUR ACCOUNT ABOUT US  
ALSO SEE: 
WHAT IS IT
FEATURES
UPDATE HISTORY
PRICING & LICENSING
SYSTEM REQUIREMENTS
ONLINE HELP
ARCA DATABASE BROWSER
TUTORIALS & SAMPLES
SQL RESOURCES
DOWNLOAD
TECHNOTES
 
 
Arca Database Xtra
 UPDATE HISTORY

 

 HISTORY
VERSION 3.0 03/25/08 

NEW: Compatible with Director 11 and Unicode (UTF8) strings

NEW: When used with Director 11, support for Windows Vista and MacOSX Tiger and Leopard on Intel and PPC (UB)

 

VERSION 2.1.1 10/14/06 

FIXED: The Xtra could fail to open database files on Unicode-enabled versions of Windows, if the pathname to the parent folder contained certain high ASCII characters. Arca now detects this situation properly, and converts the non-Unicode pathname passed in Lingo to a proper UTF8 pathname on these systems. Mac versions were not affected, but the version number was updated to reflect the internal changes in the code.

 

VERSION 2.1 05/23/05 

Maintenance: selected changes from the SQLite 3.2.7 code tree merged with the Arca codebase, resulting in speed improvements and query optimization
NEW: COLLATE LOCALE option added to the ORDER BY operator.
FIXED: Xtra and browser can now import JPEG images larger than 16MB

FIXED: Arca Database Browser no longer sorts fields by name when creating a table

ADDED: Default text format in Arca Database Browser is configurable to PLAIN or AUTO in the PREFERENCES window. Use plain mode to avoid rewriting of HTML tags and RTF information.

 

VERSION 2.0 05/23/05 

Major release: database files from previous versions are not automatically compatible and need to be converted.

Engine upgraded to a custom version of SQLite 3.2.x.

NEW: support for strong encryption.

NEW: support for databases in Unicode (UTF8) format.

NEW: setEncoding() function for user-defined control of Unicode<->Lingo translation

Major new version of Arca Database Browser, with support for all the features in version 2 databases.

 

VERSION 1.5.3 12/02/04 

FIXED: a problem was identified in the OS9 release of version 1.5.2. The issue is not in the Xtra code, but in the optimizer functions in the compiler (Code Warrior) used to assemble the Xtra. On a small number of machines running OS9 the Xtra registration routine would fail due to a bug in the compiler optimization settings when running a projector from an alias in the desktop or a projector that included the BuddyAPI Xtra. Version 1.5.3 was recompiled with a different optimization level in the affected files to work around the compiler issue. Users that are not delivering Classic projectors do not need to upgrade, as OSX and Windows versions are not affected.

 

VERSION 1.5.2 09/17/04 

Certified for operation with the Director MX 2004 10.1 update

ADDED: cross platform resources needed to build Classic projectors from MX 2004 10.1 Windows.

 

VERSION 1.5.1 03/17/04 

FIXED: a bug that could raise a Fatal Error the first select operation with wildcards, only in certain tables with more than 32 fields. There is no need to upgrade unless your project is currently affected by this rare condition.

 

VERSION 1.5 02/01/04 

Certified for Director MX 2004

Includes split files needed to support cross-publishing of projectors when using Director MX 2004

Added direct support for image objects: Arca databases can store image objects with 1, 8, 16 and 32 bit color depth. These objects can be retrieved from the database used directly by imaging Lingo functions, without the need to create a castmember to hold media data.

Bug fixes from SQLite 2.8.11 merged and applied to Arca's source code when appropriate

Maintains 100% compatibility with previous Arca databases and movies, no changes required.

 

VERSION 1.01 09/08/03 

FIXED: fatal error messages with tables containing more than 64 fields

FIXED: getField() result when using JOIN and fields with no types defined

 

VERSION 1.00 08/25/03 
Initial public release