Difference between revisions of "Main Page"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
'''RECITAL ESSENTIALS'''
 +
<br><br>
 +
This book is a work in progress. if you would like to assist in writing it then please let us know!
 +
<br>
 +
<br>
 +
'''About this book'''
 +
<br><br>
 +
Notices and trademarks<br>
 +
© Copyright Recital Software 2010<br>
 +
All Rights Reserved.<br>
 +
<br>
 +
Recital Essentials, serves as an introduction to the Recital Database and scripting language and provides real-world examples of common uses. No previous programming experience is necessary, as this book explains programming concepts in familiar and easy-to-understand terms. It also includes a fundamental Recital language guide. Written by the developers of Recital, Recital Essentials provides details on best practices to use when developing and deploying Recital desktop and web applications.
 +
<br><br>
 +
'''Authors'''
 +
<br>
 +
Barry Mavin<br>
 +
Yvonne Milne<br>
 +
<br>
 +
'''Table of Contents'''
  
 +
# [[Introduction to Recital]]
 +
# [[Getting Started with Recital]]
 +
# [[The Recital Compiler]]
 +
# [[A Recital Primer]]
 +
# [[Recital Variables and Constants]]
 +
# [[Recital Operators]]
 +
# [[Recital Flow Control and Looping]]
 +
# [[Recital Functions]]
 +
# [[Recital Arrays]]
 +
# [[Working With String Data in Recital]]
 +
# [[Working With Date and Time Data in Recital]]
 +
# [[Working With Numeric Data in Recital]]
 +
# [[Working with Files and File Systems in Recital]]
 +
# [[Working with Directories in Recital]]
 +
# [[Recital Object-Oriented Programming]]
 +
# [[Error and Exception Handling]]
 +
# [[Using Shared Code libraries]]
 +
# [[Using the Code and Data Profiler]]
 +
# [[Debugging and Testing Techniques]]
 +
# [[Understanding Recital Databases]]
 +
# [[Using Navigational Data Access Commands in Recital]]
 +
# [[Using Recital SQL]]
 +
# [[Importing and Exporting Data]]
 +
# [[Working with Multimedia Data]]
 +
# [[Backup and Restore Databases]]
 +
# [[Verifying Database Integrity]]
 +
# [[Data Replication]]
 +
# [[Securing Your Data]]
 +
# [[Database Timelines]]
 +
# [[Tuning and Performance Optimization]]
 +
# [[Building Data Agents Using the Messaging Functions]]
 +
# [[Remote Data Connectivity]]
 +
# [[Client/Server Data Access With ODBC and JDBC]]
 +
# [[Fault Tolerance and High Availability]]
 +
# [[Appendix A|Appendix A: Recital Data Types]]

Revision as of 16:44, 1 May 2014

RECITAL ESSENTIALS

This book is a work in progress. if you would like to assist in writing it then please let us know!

About this book

Notices and trademarks
© Copyright Recital Software 2010
All Rights Reserved.

Recital Essentials, serves as an introduction to the Recital Database and scripting language and provides real-world examples of common uses. No previous programming experience is necessary, as this book explains programming concepts in familiar and easy-to-understand terms. It also includes a fundamental Recital language guide. Written by the developers of Recital, Recital Essentials provides details on best practices to use when developing and deploying Recital desktop and web applications.

Authors
Barry Mavin
Yvonne Milne

Table of Contents

  1. Introduction to Recital
  2. Getting Started with Recital
  3. The Recital Compiler
  4. A Recital Primer
  5. Recital Variables and Constants
  6. Recital Operators
  7. Recital Flow Control and Looping
  8. Recital Functions
  9. Recital Arrays
  10. Working With String Data in Recital
  11. Working With Date and Time Data in Recital
  12. Working With Numeric Data in Recital
  13. Working with Files and File Systems in Recital
  14. Working with Directories in Recital
  15. Recital Object-Oriented Programming
  16. Error and Exception Handling
  17. Using Shared Code libraries
  18. Using the Code and Data Profiler
  19. Debugging and Testing Techniques
  20. Understanding Recital Databases
  21. Using Navigational Data Access Commands in Recital
  22. Using Recital SQL
  23. Importing and Exporting Data
  24. Working with Multimedia Data
  25. Backup and Restore Databases
  26. Verifying Database Integrity
  27. Data Replication
  28. Securing Your Data
  29. Database Timelines
  30. Tuning and Performance Optimization
  31. Building Data Agents Using the Messaging Functions
  32. Remote Data Connectivity
  33. Client/Server Data Access With ODBC and JDBC
  34. Fault Tolerance and High Availability
  35. Appendix A: Recital Data Types