System Connection - Cd (Current Directory)

About

The cd connection is a built-in connection that points to the current directory of the local file system.

This is the default connection.

Info

To get the path of the current directory, with the connection info command

tabli connection info cd
Information about the connection (cd)
Attribute              Value                          Description                                                            
--------------------   ----------------------------   --------------------------------------------------------------------   
Working Path           C:\Users\gerardnico            Schema for database, directory for file system                         
Comment                The local file system          A connection 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                   cd                             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:///C:/Users/gerardnico/   The url of the connection




Related HowTo
Learning Tabulify - Step 3 - What's a Connection ?

In the previous page, we learned that all data are known as data resource. Data resources are stored in systems in Tabulify. There is generally speaking two kind of systems: file system database...
Learning Tabulify - Step 4 - How to select Data Resources

To select a data resources such as a file or a database table, Tabulify uses the concept of: and dependency (Do we select also the dependent data resources) This page goes through this concepts...
Learning Tabulify - Step 7 - How to execute a Query

For Tabulify, a query is a script that when executed returns a content resource. In the case of a Sql Query (ie a SELECT statement), the result is a data set in tabular format. The selector of a query...

Task Runner