<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../../style.css">
<title>
Gambas Documentation - Connection.Type
 (gb.db)</title>
</head>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../../help+en"><img class="flag" alt="Home" border="0" src="../../../../img/lang/en.png" align="center"></a>&nbsp;
<a href="../connection+en">Up</a>&nbsp;
<a href="tables+en">Previous</a>&nbsp;
<a href="user+en">Next</a>&nbsp;
</td></tr></table>
<div class="notab">
<h1>
Connection.Type
 (gb.db)</h1>
<div class="black"><font size="-2"><b>Syntax</b></font></div>
<pre class="syntax"><font color="blue">PROPERTY</font> <b>Type</b> <font color="blue">AS</font> <font color="#0080FF">String</font></pre>
Represents the type of the database server you want to connect to.
<p>
The current supported database servers are:
<p>
<table class="table" border="0" bordercolor="#000000" cellpadding="4" cellspacing="0">
<tr><th>
Database type
</th><th>
Property value
</th></tr>
<tr class="dark"><td valign="top">
PostgreSQL
</td><td valign="top">
<tt>&quot;postgresql&quot;</tt>
</td></tr>
<tr><td valign="top">
MySQL
</td><td valign="top">
<tt>&quot;mysql&quot;</tt>
</td></tr>
<tr class="dark"><td valign="top">
SQLite
</td><td valign="top">
<tt>&quot;sqlite&quot;</tt>
</td></tr>
<tr><td valign="top">
SQLite 3
</td><td valign="top">
<tt>&quot;sqlite3&quot;</tt>
</td></tr>
<tr class="dark"><td valign="top">
ODBC
</td><td valign="top">
<tt>&quot;odbc&quot;</tt>
</td></tr>
</table>

</div>
</body>
</html>

