Cleanup SQL validator documentation.

This commit is contained in:
Michal Čihař
2010-07-21 13:50:33 +02:00
parent 95fe228814
commit a1e1e44149

View File

@@ -4108,26 +4108,34 @@ INSERT INTO REL_towns VALUES ('M', 'Montréal');
<a href="#faqsqlvalidator">6.14 How do I set up the <a href="#faqsqlvalidator">6.14 How do I set up the
<abbr title="structured query language">SQL</abbr> Validator?</a></h4> <abbr title="structured query language">SQL</abbr> Validator?</a></h4>
<p> To use it, you need a very recent version of PHP, 4.3.0 recommended, with <p>
To use SQL Validator, you need PHP with
<abbr title="Extensible Markup Language">XML</abbr>, <abbr title="Extensible Markup Language">XML</abbr>,
<abbr title="Perl Compatible Regular Expressions">PCRE</abbr> and <abbr title="Perl Compatible Regular Expressions">PCRE</abbr> and
<abbr title="PHP Extension and Application Repository">PEAR</abbr> support. <abbr title="PHP Extension and Application Repository">PEAR</abbr> support.
You either need a SOAP PHP extension or install PEAR SOAP module. In addition you need a <abbr title="Simple Object Access
On your system command line, run <tt>"pear install Net_Socket Net_URL Protocol">SOAP</abbr> support, either as a PHP extension or as a PEAR SOAP
HTTP_Request Mail_Mime Net_DIME SOAP"</tt> to get the necessary module.
<abbr title="PHP Extension and Application Repository">PEAR</abbr> modules </p>
for usage.<br />
On a more recent pear version, I had problems with the state of Net_DIME <p>
being beta, so this single command To install <abbr title="PHP Extension and Application
<tt>"pear -d preferred_state=beta install -a SOAP"</tt> installed all the Repository">PEAR</abbr> <abbr title="Simple Object Access
needed modules.<br /> Protocol">SOAP</abbr> module, run <tt>"pear install Net_Socket Net_URL
HTTP_Request Mail_Mime Net_DIME SOAP"</tt> to get the necessary <abbr
title="PHP Extension and Application Repository">PEAR</abbr> modules for
usage.
</p>
<p>
If you use the Validator, you should be aware that any If you use the Validator, you should be aware that any
<abbr title="structured query language">SQL</abbr> statement you <abbr title="structured query language">SQL</abbr> statement you
submit will be stored anonymously (database/table/column names, submit will be stored anonymously (database/table/column names,
strings, numbers replaced with generic values). The Mimer strings, numbers replaced with generic values). The Mimer
<abbr title="structured query language">SQL</abbr> <abbr title="structured query language">SQL</abbr>
Validator itself, is &copy; 2001 Upright Database Technology. Validator itself, is &copy; 2001 Upright Database Technology.
We utilize it as free SOAP service.</p> We utilize it as free SOAP service.
</p>
<h4 id="faq6_15"> <h4 id="faq6_15">
<a href="#faq6_15">6.15 I want to add a BLOB column and put an index on <a href="#faq6_15">6.15 I want to add a BLOB column and put an index on