- Using Arguments
/documentation/pages/Guides/Databases/Arguments/index.xml
How to pass SQL Arguments into SQL statements.
- Using Arguments in SELECT Statements
/documentation/pages/Guides/Databases/Arguments/Using Arguments in SELECT Statements.xml
How to create and use Arguments, and structure scripts, relating to Select statements.
- Using Defined Arguments
/documentation/pages/Guides/Mobile and Web Components/Grid/Query/Using Defined Arguments.xml
A common design practice is to filter a grid based on the value of an argument. A common design pattern is to print out the value of that argument in a freeform region that you place above or below the grid.
- Using Arguments in a Record Update
/documentation/pages/Server/Guide/Design/View/Database/Using Arguments in a Record Update.xml
This example uses an argument to select records from the AlphaSports.mdb customer table. We will filter the selected records using an argument for the bill_state_region field. In the Interactive window create the AlphaDAO objects that you will need.
- Using Arguments to Filter Records in a Page Layout
/documentation/pages/Guides/Mobile and Web Components/PageLayout/Using Arguments to Filter Records.xml
Arguments can be defined for a Page Layout Component which can be used in server-side show/hide expressions as well as filtering Grid Components and Reports.
- NoSQL Databases
/documentation/pages/Guides/Databases/Working with NoSQL Databases/index.xml
Learn how to use the MongoDB and CouchDB APIs in Xbasic.
- Connecting to SQL Databases
/documentation/pages/Guides/Databases/Connecting/index.xml
Defining connection strings, and instructions for connecting to specific databases.
- Arguments Properties
/documentation/pages/Guides/Mobile and Web Components/TabbedUI/Tabbed UI Properties/Arguments/index.xml
Arguments Properties
- Using AlphaDAO with Xbasic
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic/Using AlphaDAO with Xbasic.xml
Includes: What is AlphaDAO?, terminology, the AlphaDAO object, and creating an object,
- Testing and Using an Xbasic Class
/documentation/pages/Guides/Xbasic/Xbasic Classes/Testing and Using an Xbasic Class.xml
In general, it's good to test Xbasic code of any sort first in an Interactive window. When you find good sequences for testing, you can copy them into Xbasic scripts, along with notes about the expected output. Your Xbasic scripts can easily include code to set up and tear down test databases.