db.test.html 561 B

12345678910111213141516171819202122232425262728
  1. <H2>DESCRIPTION</H2>
  2. <EM>db.test</EM> tests database driver and database server running
  3. set of SQL queries. Database must exist and connection must be set
  4. by db.connect.
  5. <h2>EXAMPLE</h2>
  6. Test current SQL backend driver:
  7. <p>
  8. <div class="code"><pre>
  9. db.connect -p
  10. db.test test=test1
  11. </pre></div>
  12. <h2>SEE ALSO</h2>
  13. <em>
  14. <a HREF="sql.html">GRASS SQL interface</a>,
  15. <a HREF="db.connect.html">db.connect</a>,
  16. <a HREF="db.describe.html">db.describe</a>,
  17. <a HREF="db.drivers.html">db.drivers</a>
  18. </em>
  19. <H2>AUTHOR</H2>
  20. Radim Blazek
  21. <p><i>Last changed: $Date$</i>