403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files/LibreOffice/help/en-US/text/sdatabase/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files/LibreOffice/help/en-US/text/sdatabase/dabaadvpropdat.html
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<base href="../../../">
<noscript><meta http-equiv="refresh" content="0; URL=../../../en-US/noscript.html"></noscript>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Special Settings</title>
<link rel="shortcut icon" href="media/navigation/favicon.ico">
<link type="text/css" href="normalize.css" rel="Stylesheet">
<link type="text/css" href="prism.css" rel="Stylesheet">
<link type="text/css" href="default.css" rel="Stylesheet">
<script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="languages.js"></script><script type="text/javascript" src="en-US/langnames.js"></script><script type="text/javascript" src="flexsearch.debug.js"></script><script type="text/javascript" src="prism.js"></script><script type="text/javascript" src="help2.js" defer></script><script type="text/javascript" src="a11y-toggle.js" defer></script><script type="text/javascript" src="paginathing.js" defer></script><script type="text/javascript" src="en-US/bookmarks.js" defer></script><script type="text/javascript" src="en-US/contents.js" defer></script><script type="text/javascript" src="help.js" defer></script><meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<header id="TopLeftHeader"><a class="symbol" href="en-US/text/shared/05/new_help.html"><div></div></a><a class="logo" href="en-US/text/shared/05/new_help.html"><p dir="auto">LibreOffice 24.2 Help</p></a><div class="dropdowns"><div class="modules">
<button type="button" data-a11y-toggle="modules-nav" id="modules" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">Module</button><nav id="modules-nav" hidden=""></nav>
</div></div></header><aside class="leftside"><input id="accordion-1" name="accordion-menu" type="checkbox"><label for="accordion-1" dir="auto">Contents</label><div id="Contents" class="contents-treeview"></div></aside><div id="SearchFrame"><div id="Bookmarks">
<input id="search-bar" type="search" class="search" placeholder="Search in bookmarks for chosen module" dir="auto"><div class="nav-container" tabindex="0"><nav class="index" dir="auto"></nav></div>
</div></div>
<div id="DisplayArea" itemprop="softwareHelp" itemscope="true" itemtype="http://schema.org/SoftwareApplication">
    <a name="bm_id301592678856867"></a>
    <a name="bm_id971592679640715"></a>
    <a name="bm_id81623155177507"></a>
<meta itemprop="keywords" content="database,special settings">
<meta itemprop="keywords" content="database settings,SQL92 naming">
<meta itemprop="keywords" content="database settings,keyword AS">
<meta itemprop="keywords" content="database settings,outer join syntax">
<meta itemprop="keywords" content="database settings,special SELECT statements">
<meta itemprop="keywords" content="database settings,ODBC date/time">
<meta itemprop="keywords" content="database settings,support primary keys">
<meta itemprop="keywords" content="database settings,line ends">
<meta itemprop="keywords" content="database settings,version columns">
    
    <a name="data"></a>
        <h1 id="par_idN10556" dir="auto">Special Settings</h1>
        <p id="par_idN10566" class="paragraph" dir="auto">Specifies the way you can work with data in a database.</p>
    
    <a name="howtoget"></a><div class="howtoget">
<div><p class="howtogetheader" dir="auto"><a name="wie"></a>To access this command...</p></div>
<div class="howtogetbody">
        <p id="par_id7679372" class="paragraph" dir="auto">In a database window, choose <span class="emph">Edit - Database - Advanced Settings</span>
        </p>
    </div>
</div>
<br>
    <p id="par_id4572283" class="paragraph" dir="auto">The availability of the following controls depends on the type of database:</p>
    <h2 id="par_idN10590" dir="auto">Use SQL92 naming constraints</h2>
    <p id="par_idN10594" class="paragraph" dir="auto"><span class="avis">Only allows characters that conform to the SQL92 naming convention in a name in a data source. All other characters are rejected. Each name must begin with a lowercase letter, an uppercase letter, or an underscore ( _ ). The remaining characters can be ASCII letters, numbers, and underscores.</span></p>

    <a name="bm_id9050569"></a>
    <h2 id="par_idN1059E" dir="auto">Append the table alias name in SELECT statements</h2>
    <p id="par_idN105A2" class="paragraph" dir="auto"><span class="avis">Appends the alias to the table name in SELECT statements.</span></p>

    <a name="bm_id6617777328"></a>
    <h2 id="par_idN105907" dir="auto">Use keyword AS before table alias names</h2>
    <p id="par_idN105947" class="paragraph" dir="auto"><span class="avis">Some databases use the keyword "AS" between a name and its alias, while other databases use a whitespace. Enable this option to insert AS before the alias.</span></p>

    <a name="bm_id7278664"></a>
    <h2 id="par_idN105A5" dir="auto">Use Outer Join syntax '{OJ }'</h2>
    <p id="par_idN105A9" class="paragraph" dir="auto"><span class="avis">Use escape sequences for outer joins. The syntax for this escape sequence is {oj outer-join}</span></p>
    <p id="par_idN105BE" class="paragraph" dir="auto">Example:</p>
    <p id="par_idN105C1" class="example" dir="auto">select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}</p>

    <a name="bm_id3826715"></a>
    <h2 id="par_idN105C4" dir="auto">Ignore the privileges from the database driver</h2>
    <p id="par_idN105C8" class="paragraph" dir="auto"><span class="avis">Ignores access privileges that are provided by the database driver.</span></p>

    <a name="bm_id8939786"></a>
    <h2 id="par_idN105CB" dir="auto">Replace named parameters with ?</h2>
    <p id="par_idN105CF" class="paragraph" dir="auto"><span class="avis">Replaces named parameters in a data source with a question mark (?).</span></p>

    <a name="bm_id6642353"></a>
    <h2 id="par_idN105D2" dir="auto">Display version columns (when available)</h2>
    <p id="par_idN105D6" class="paragraph" dir="auto">Some databases assign version numbers to fields to track changes to records. The version number of a field is incremented by one each time the contents of the field are changed. <span class="avis">Displays the internal version number of the record in the database table.</span></p>

    <a name="bm_id2444532"></a>
    <h2 id="par_idN105FA" dir="auto">Use the catalog name in SELECT statements</h2>
    <p id="par_idN105FE" class="paragraph" dir="auto"><span class="avis">Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.</span></p>

    <a name="bm_id7354655"></a>
    <h2 id="par_idN10613" dir="auto">Use the schema name in SELECT statements</h2>
    <p id="par_idN10617" class="paragraph" dir="auto"><span class="avis">Allows you to use the schema name in SELECT statements.</span></p>

    <a name="bm_id321665"></a>
    <h2 id="par_idN1061A" dir="auto">Create index with ASC or DESC statement</h2>
    <p id="par_idN1061E" class="paragraph" dir="auto"><span class="avis">Creates an index with ASC or DESC statements.</span></p>

    <a name="bm_id6617328"></a>
    <h2 id="hd_id3534958" dir="auto">End text lines with CR + LF</h2>
    <p id="par_id6151921" class="paragraph" dir="auto"><span class="avis">Select to use the CR + LF code pair to end every text line (preferred for DOS and Windows operating systems).</span></p>

    <a name="bm_id4741356"></a>
    <h2 id="hd_id0909200811170166" dir="auto">Ignore currency field information</h2>
    <p id="par_id0909200811170221" class="paragraph" dir="auto"><span class="avis">Only for Oracle JDBC connections. When enabled it specifies that no column is treated as a currency field. The field type returned from the database driver is discarded.</span></p>

    <a name="bm_id4741355"></a>
    <h2 id="hd_id1101718" dir="auto">Form data input checks for required fields</h2>
    <p id="par_id3783989" class="paragraph" dir="auto"><span class="avis">When you enter a new record or update an existing record in a form, and you leave a field empty which is bound to a database column which requires input, then you will see a message complaining about the empty field.</span></p>
    <p id="par_id6684163" class="paragraph" dir="auto">If this control box is not enabled, then the forms in the current database will not be checked for required fields.</p>
    <p id="par_id3837397" class="paragraph" dir="auto">The control box is available for all data source types which support write access to their data. The control box does not exist for spreadsheets, text, csv, and the various read-only address books.</p>

    <a name="bm_id4743451355"></a>
    <h2 id="hd_id040920092139524" dir="auto">Use ODBC conformant date/time literals</h2>
    <p id="par_id040920092139526" class="paragraph" dir="auto"><span class="avis">Use date/time literals that conform to ODBC standard.</span></p>

    <a name="bm_id47434523231355"></a>
    <h2 id="hd_id04092009442139524" dir="auto">Supports primary keys</h2>
    <p id="par_id04096620092139526" class="paragraph" dir="auto"><span class="avis">Enable to overrule Base's heuristics used to detect whether the database supports primary keys.</span></p>
    <p id="par_id66841631" class="paragraph" dir="auto">When connecting to a database using a generic API like ODBC, JDBC, or ADO, Base currently applies heuristics to determine whether this database supports primary keys. None of those APIs has dedicated support to retrieve this information.</p>
    <p id="par_id66841632" class="paragraph" dir="auto">The heuristics sometimes fails. This tri-state check box by default is set to the undetermined state, which means "apply the heuristics". If the check box is enabled, primary key support is assumed. If the check box is disabled, no primary key support is assumed.</p>
    <p id="par_id66841633" class="paragraph" dir="auto">Note that if this option is just for overruling the heuristics. If you enable the check box for a database which actually does not support primary keys, you will see some errors.</p>

    <a name="bm_id751632741084270"></a>
    <h2 id="hd_id621632736570505" dir="auto">Respect the result set type from the database driver</h2>
    
    <p id="par_id641632755407673" class="paragraph" dir="auto">Use the database driver different scroll capabilities of a result set. Refer to <a target="_blank" href="https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1sdbc_1_1ResultSetType.html">ResultSetType Constant Group</a></p>

    <a name="bm_id5289773"></a>
    <a name="bm_id501632740974366"></a>
    <h2 id="par_idN10621" dir="auto">Comparison of Boolean values</h2>
    <p id="par_idN10625" class="paragraph" dir="auto"><span class="avis">Select the type of Boolean comparison that you want to use.</span></p>

    <a name="bm_id421632741122510"></a>
    <h2 id="hd_id421632739992940" dir="auto">Rows to scan columns types</h2>
    <p id="par_id541632740596622" class="paragraph" dir="auto">Select the number of rows to let the driver detect the data type.</p>
</div>
<div id="DonationFrame"></div>
<footer><div id="DEBUG" class="debug">
<h3 class="bug">Help content debug info:</h3>
<p dir="auto">This page is: <a href="https://opengrok.libreoffice.org/xref/help/source/text/sdatabase/dabaadvpropdat.xhp" target="_blank">/text/sdatabase/dabaadvpropdat.xhp</a></p>
<p dir="auto">Title is: Special Settings</p>
<p id="bm_module" dir="auto"></p>
<p id="bm_system" dir="auto"></p>
<p id="bm_HID" dir="auto"></p>
</div></footer>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit