- Portable SQL
- /documentation/pages/Ref/Portable SQL/index.xml
Portable SQL
- Portable SQL
- /documentation/pages/Guides/Databases/Working with SQL/Portable SQL.xmlThis page contains a general overview of portable SQL and the SQL::Query and SQL::Connection Objects.
- SQL Events
- /documentation/pages/Ref/Api/Functions/SQL Helper Functions/SQL Events/index.xmlSQL Event functions can be used when performing SQL operations, such Create, Update, and Delete operations and DatabaseSnapshots.
- SQL Namespace
- /documentation/pages/Ref/Api/Namespace/SQL/index.xmlClasses to connect to and work with SQL data sources.
- SQL Events
- /documentation/pages/Ref/Api/Functions/SQL Helper Functions/SQL Events/SQL Events.xmlThree SQL events are available when peforming create, update, and delete operations with Xbasic: UpdateBegin(), UpdateEnd(), UpdateProgress().
- SQL Genie
- /documentation/pages/Guides/Desktop/Design/Data/SQL/SQL Genie.xmlThe SQL Genie creates SQL SELECT statements using Portable SQL.
- About SQL
- /documentation/pages/Guides/Databases/Working with SQL/About SQL.xmlThe language that you use to talk to an AlphaDAO back-end database is SQL. The two most common types of SQL commands that you will want to send to your database are commands that returns a set of records (do not confuse the use of the word "set" here with Alpha Anywhere's Set object) and commands that update, delete, or insert records into the database.
- SQL in Desktop
- /documentation/pages/Guides/Desktop/Design/Data/SQL/index.xmlWorking with SQL in desktop applications.
- SQL::List::Item Method
- /documentation/pages/Ref/Api/Namespace/SQL/List/Item Method.xmlThe SQL::List::Item() method
- SQL::List::Remove Method
- /documentation/pages/Ref/Api/Namespace/SQL/List/Remove Method.xmlThe SQL::List::Remove() method