LibreOffice 7.1 Help
Specifies the settings for ODBC databases. This includes your user access data, driver settings, and font definitions.
แแแ แแคแแ แแแแฎแแแ แแแแแก แกแแฎแแแ แแแแแชแแแแ แแแแแจแ แจแแกแแกแแแแแแ.
แแฆแแแแแก แแ แแแแขแแ แแแแแฃแแ แแแแฎแแแ แแแแแก แจแแกแแแแก แแแแแชแแแแ แแแแแจแ. แแฅแแแ แแแ แแแแก แแฎแแแแ แแ แแฎแแ แจแแขแแแ แแญแแ แแแแแ แแแแแแฃแแ แกแแกแแแก แแแแแแแแแแแจแ.
แแแแแแงแแแแ แแก แขแแฅแกแขแฃแ แ แแแแ แกแแญแแ แแแแแก แจแแแแฎแแแแแจแ แแ แแแแแ แแก แแแแแขแแแแแ แแ แแกแแแแแแแแฃแแ แแแ แแแแขแแ แแแแก แจแแกแแขแแแแ
แแแแแจแแแ แแก แแแแแก แแแ แแแแฅแแแแแ, แ แแแแแก แแแแแงแแแแแแช แแกแฃแ แ แแแแแชแแแแ แแแแแก แกแแแแฎแแแแ LibreOffice-แจแ. แแก แแ แแแฅแแแแแแก แแแแแชแแแแ แแแแแแ. แแแ แฉแแแ "System" แแฅแแแแ แแแแ แแชแแฃแแ แกแแกแขแแแแก แแแแฃแแแกแฎแแแแ แกแแแแแแแแ แฌแงแแแแก แแแแแกแแงแแแแแแแ. แขแแฅแกแขแฃแ แแ dBase แแแแแชแแแแ แแแแแแก แแฅแแ แจแแแฆแฃแแแ แคแแฅแกแแ แแแฃแแ แแแแแก แกแแแแแแแแ แแแแแแแแแ, แกแแแแช แแแแแแฃแแ แกแแแแแแ แแแแแแแ แแแฃแแแ แแแขแแแแก แแ แแแแแแแแแ แ แแชแฎแแแ.
Enables LibreOffice support of auto-incremented data fields for the current ODBC or JDBC data source. Select this check box if the database does not support the auto-increment feature in its SDBCX layer. In general, the auto-increment is selected for the primary key field.
Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field. For example, a typical SQL statement to create a data field is:
CREATE TABLE "table1" ("id" INTEGER)
To auto-increment the "id" data field in a MySQL database, change the statement to:
CREATE TABLE "table1" ("id" INTEGER AUTO_INCREMENT)
In other words, enter AUTO_INCREMENT into Auto-increment statement box.
Enter an SQL statement that returns the last auto-incremented value for the primary key data field. For example:
SELECT LAST_INSERT_D();
Only allows names that use characters that conform to the SQL92 naming constraints in the data source. All other characters are rejected. Each name must begin with a lower or upper case letter, or an underline ( _ ). The remaining characters can be ASCII letters, underlines, and numbers.
Uses the current data source of the Catalog. This is useful when the ODBC data source is a database server. If the ODBC data source is a dBASE driver, leave this check box clear.