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
|
<h2>DESCRIPTION</h2>
<em>db.test</em> tests database driver and database server running
set of SQL queries. Database must exist and connection must be set
by <em>db.connect</em>.
<h2>EXAMPLE</h2>
Test current SQL backend driver:
<p><div class="code"><pre>
db.connect -p
db.test test=test1
</pre></div>
<h2>SEE ALSO</h2>
<em>
<a href="sql.html">GRASS SQL interface</a>,
<a href="db.connect.html">db.connect</a>,
<a href="db.describe.html">db.describe</a>,
<a href="db.drivers.html">db.drivers</a>
</em>
<h2>AUTHOR</h2>
Radim Blazek
|