1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
<!doctype html public "-//W30//DTD W3 HTML 2.0//EN">
<HTML>
<!-- This file was generated using SDF 2.001 by
Ian Clatworthy (ianc@mincom.com). SDF is freely
available from http://www.mincom.com/mtr/sdf. -->
<HEAD>
<TITLE>Configuration Reference: DatabaseDefault</TITLE>
</HEAD>
<BODY BGCOLOR="ffffff" LINK="993333">
<DIV CLASS="header">
<DIV CLASS="navigate">
<P ALIGN="Center"><A HREF="icconfig_63.html">Parent Topic</A> | <A HREF="icconfig_80.html">Previous Topic</A> | <A HREF="icconfig_82.html">Next Topic</A> <BR><A HREF="../index.html" TARGET="_top">Catalog</A></P>
</DIV>
</DIV>
<DIV CLASS="main">
<H2>3.18. DatabaseDefault</H2>
<P>Defines default parameters for a database. This can be used to set a default WRITE_CONTROL setting, set a default USER or PASSWORD, etc. It accepts any scalar setting, which means all <B>except</B>:</P>
<P>ALTERNATE_* BINARY COLUMN_DEF DEFAULT FIELD_ALIAS FILTER_* NAME NUMERIC POSTCREATE WRITE_CATALOG</P>
<P>This default setting is made when the table is initially defined, i.e. explicit settings for the database itself override the defaults set.</P>
<PRE>
DatabaseDefault WRITE_CONTROL 1
DatabaseDefault WRITE_TAGGED 1
</PRE>
<P>This setting must be made *before* the database is defined. To reset its value to empty, use the <TT>Replace</TT> directive.</P>
<PRE>
Replace DatabaseDefault
</PRE>
</DIV>
<DIV CLASS="footer">
<DIV CLASS="navigate">
<P ALIGN="Center"><A HREF="icconfig_63.html">Parent Topic</A> | <A HREF="icconfig_80.html">Previous Topic</A> | <A HREF="icconfig_82.html">Next Topic</A> <BR><A HREF="../index.html" TARGET="_top">Catalog</A></P>
</DIV>
</DIV>
</BODY>
</HTML>
|