database/ | |
License | Copyright © 2007-2011, FreeBASIC Extended Library Development Group |
ext. | |
Functions | |
newMySQLDriver | Returns a pointer to a DatabaseDriver populated to allow access to a MySQL database. |
Copyright © 2007-2011, FreeBASIC Extended Library Development Group
Distributed under the FreeBASIC Extended Library Group license. See accompanying file LICENSE.txt or copy at http://code.google.com
Functions | |
newMySQLDriver | Returns a pointer to a DatabaseDriver populated to allow access to a MySQL database. |
declare function newMySQLDriver() as DatabaseDriver ptr
Returns a pointer to a DatabaseDriver populated to allow access to a MySQL database. Connect string is in the format: username:passwd@host:port/dbname passwd, port and dbname are all optional, string without would be username@host
Returns a pointer to a DatabaseDriver populated to allow access to a MySQL database.
declare function newMySQLDriver() as DatabaseDriver ptr
A group of function pointers to enable access to a database.
type DatabaseDriver