HowTo Connection

About

howto is a local file system connection that points to a directory where all files used in the howto's are stored.

Howto

How to know the files location ?

With the tabli connection info command

tabli connection info howto
Information about the connection (howto)
Attribute              Value                                                  Description                                                            
--------------------   ----------------------------------------------------   --------------------------------------------------------------------   
MaxConcurrentThread    1                                                      The maximum number of threads that can be created against the system   
MaxNameInPath          2147483647                                             The maximum number of names in a path                                  
Name                   howto                                                  The name of the connection                                             
TabBooleanDataType     Native                                                 Boolean data type used to store boolean values                         
TabDateDataType        Native                                                 Date data type used to store date values                               
TabTimeDataType        Native                                                 Time format data type to store time values                             
TabTimestampDataType   Native                                                 Timestamp data type used to store timestamp values                     
Url                    file:///D:/code/bytle-mono/db-website/src/doc/howto/   The url of the connection




Related HowTo
How to create JSON files from Tabular data with a JSON template

This howto will show you how to create a JSON file from tabular data with the template operation and a JSON template
How to create a table with a CREATE Sql statement file

This Howto will show you how to create a SQL table with a SQL file that contains a ''CREATE'' SQL statement
How to create an odometer with a sequence generator

This how-to shows you how to generate a digital Odometer with the column sequence generator.
How to generate a date dimension ?

A date dimension is a typical case for data generation and this article shows you how to generate it.
How to generate a normal distribution with an histogram generator

This how-to shows you how to generate data that follows a normal distribution with the column histogram generator
How to generate a sequence based on provided values

This how-to shows you how to generate a sequence based on provided values with the column sequence generator.
How to generate a sequence of date and timestamp

This how-to shows you how to generate a sequence of date and timestamp with the column sequence generator.
How to generate a sequence of letters

This how-to shows you how to generate an string,varchar, text sequence with the column sequence generator.
How to generate a sequence of numbers

This how-to shows you how to generate an integer sequence (1,2,3,…) with the column sequence generator.
How to generate random data

This how-to shows you how to generate random data with the column random generator.

Task Runner