FullRecord is a set of templates that are installed in your Clarion development environment with the aid of an installation program. Run the installation program and accept the defaults offered by it. The installation program offers you the option to register the FullRecord template in Clarion, but if you choose not to make use of this functionality, you have to start Clarion and manually register the FullRecord2_e.TPL template (for ABC) and FullRecordLgcy2_e.TPL (for Legacy). You will find these template files in the 3rdparty\template folder inside your Clarion's folder.

 

All our examples applications are installed in the 3rdparty\examples\FullRecord2 folder.

 

List of Example Applications

All the examples listed work with Clarion 6.x or Clarion 7.x.

Application

Dictionary

Template

Chain

Database

Tested with Clarion Version &

Other Requirements

FRA6.APP

FRA6.DCT

ABC

TopSpeed

6.3.9058

FRAIM6.APP

FRA6.DCT

ABC

TopSpeed

6.3.9058

In Memory Driver

FRL6.APP

FRL6.DCT

Clarion (Legacy)

TopSpeed

6.3.9058

FRData6.APP

FRMod6.APP

FRInspect6.APP

FRExe6.APP

FRA6.DCT

ABC

TopSpeed

6.3.9058

FRLData6.APP

FRLInspect6.APP

FRLMod6.APP

FRLExe.APP

FRL6.DCT

Clarion (Legacy)

TopSpeed

6.3.9058

RSA6.APP

FRA6.DCT

ABC

TopSpeed

6.3.9058

NeatMessage Template

.\ODBC-FIREBIRD\DSN-LESS\FRFBA6.APP

FR6.DCT

ABC

FireBird

(ODBC)

6.3.9058

.\ODBC-FIREBIRD\SQL-BLOB

\FR6ABSQL.APP

FR6SQLB.DCT

ABC

FireBird

(ODBC)

6.3.9058

.\ODBC-FIREBIRD\SQL-BLOB\FR6LBSQL.APP

FR6SQLB.DCT

Clarion (Legacy)

FireBird

(ODBC)

6.3.9058

.\ODBC-FIREBIRD\SQL-WhitoutBLOB\FR6SQL.APP

FR6SQL.DCT

ABC

FireBird

(ODBC)

6.3.9058

.\ODBC-FIREBIRD\SQL-WhitoutBLOB\FR6LSQL.APP

FR6SQL.DCT

Clarion (Legacy)

FireBird

(ODBC)

6.3.9058

.\MS-SQL\FR6ABSQL.APP

FR6SQLB.DCT

ABC

MS-SQL

6.3.9058

.\MS-SQL\FR6LBSQL.APP

FR6SQLB.DCT

Clarion (Legacy)

MS-SQL

6.3.9058

.\MS-SQL\FR6SQL.APP

FR6SQL.DCT

ABC

MS-SQL

6.3.9058

.\MS-SQL\FR6LSQL.APP

FR6SQL.DCT

Clarion (Legacy)

MS-SQL

6.3.9058

.\SQLAnywhere\FR6ABSQL.APP

FR6SQLB.DCT

ABC

SQL AnyWhere

6.3.9058

.\SQLAnywhere\FR6LBSQL.APP

FR6SQLB.DCT

Clarion (Legacy)

SQL AnyWhere

6.3.9058

.\SQLAnywhere\FR6SQL.APP

FR6SQL.DCT

ABC

SQL AnyWhere

6.3.9058

.\SQLAnywhere\FR6LSQL.APP

FR6SQL.DCT

Clarion (Legacy)

SQL AnyWhere

6.3.9058

 

Notes on the examples:

RSA6.APP

This example use the NeatMessage template to record the messages to messages database and check for the "don't ask again" feature.

 

FRFBA6.APP

This example uses Firebird files (via ODBC) and is based on ABC. This example app was created with Clarion 6.3, and it should work with any previous version of Clarion 6. You need Firebird installed on your computer to run this example. See the ABC - FullRecord (Without NeatMessage) chapter for more details.

This example shows the recovering of records using ODBC and SQL syntax.

 

FR6SQL.APP

This example uses MS-SQL files (via the Clarion MS-SQL driver) and is based on ABC. This example app was created with Clarion 6.3, and it should work with any previous version of Clarion 6. You need MS-SQL Server installed on your computer (any version) to run this example. See the ABC - FullRecord (Without NeatMessage) chapter for more details.

This example shows the use of server-side autonumbering of the Audit file.

 

FR6LSQL.APP

This example is the same as the example above except for the fact that it is based on the Legacy (Clarion) template chain.

 

FRAIM6.APP

This example uses Clarion’s IMDD files and is based on ABC. This example was created with Clarion 6.3, and it should work with any previous version of Clarion 6. You need the IMDD driver installed on your computer to run this example.