- SQL::ResultSet ToString Method
- /documentation/pages/Ref/Api/Namespace/SQL/ResultSet/ToString Method.xmlCopy the ResultSet to a string.
- How to Create an .A5W Page that Requires Basic Authentication
- /documentation/pages/HowTo/Security/Page with Basic Authentication.xmlBasic Authentication is a simple HTTP form of authentication which can be used to restrict access to your server or web service.
- SQL::RowFormattingOptions Object
- /documentation/pages/Ref/Api/Namespace/SQL/RowFormattingOptions/index.xml
Options for formatting string output from a result set.
- Using Redis Increment
- /documentation/pages/Guides/Services/Redis/Increment Example.xmlRedis can *[extlink:atomically@https://en.wikipedia.org/wiki/Linearizability]* increment an existing Redis key value.
- Geographic Databases
- /documentation/pages/Guides/Databases/Geography/Geographic Databases.xmlCovers what makes good geographic data, what nomenclature is used for geographic data, and how to create a table with geographic data.
- REST Reference Builder
- /documentation/pages/Guides/Services/Consuming REST Services/REST Reference Builder.xml
The REST Reference Builder is used to define endpoints, authentication requirements, and more for querying a third-party REST API.
- Connecting to SQL Anywhere
- /documentation/pages/Guides/Databases/Connecting/Connecting to SQL Anywhere.xmlAlpha Anywhere AlphaDAO includes a SQL Anywhere extension driver built on the SQL Anywhere ODBC driver. SQL Anywhere connections in Alpha Anywhere do not require a DNS to be configured, but the SQL Anywhere ODBC driver must be installed.
- DotNet Example: Working with Streams
- /documentation/pages/Guides/Dotnet Integration/Examples/DotNet Example__COLON__ Working with Streams.xmlOccasionally a .NET function will require that you pass or receive a stream as a parameter. This example shows how to create a stream to upload a file.
- How to configure a site to use HTTPS under IIS
- /documentation/pages/HowTo/IIS/Configure a site to use HTTPS.xml
Installing an SSL/HTTPS certificate for a site running under IIS is straight forward. The IIS server maintains a list of available certificates that have been added to it and each site has an HTTPS binding that uses one of those certificates.
A certificate authority typically has it's own form for making a certificate request, but you may also create a standard certificate request file that is a plain text file and can be used by a certificate authority instead. This may be needed if the certificate authority's certificate request form does not have all the settings that you need for specifying certificate properites.
The instructions below show how a certificate request file can be created, how the returned .pfx or .cer certificate from the certificate authority can be added to an IIS server, and how to set which certificate is used by a site in IIS.
- onImageError
- /documentation/pages/Guides/Mobile and Web Components/Grid/Code/Client-side Events/onImageError.xmlFires when an image in an element was not found. The e object passed in has an 'element' property.