database/drivers/mysqldriver.bi

Summary
database/drivers/mysqldriver.bi
LicenseCopyright © 2007-2011, FreeBASIC Extended Library Development Group
ext.database
Functions
newMySQLDriverReturns a pointer to a DatabaseDriver populated to allow access to a MySQL database.

License

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/p/fb-extended-lib/wiki/License

ext.database

Summary
Functions
newMySQLDriverReturns a pointer to a DatabaseDriver populated to allow access to a MySQL database.

Functions

newMySQLDriver

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

declare function newMySQLDriver() as DatabaseDriver ptr
Returns a pointer to a DatabaseDriver populated to allow access to a MySQL database.
type DatabaseDriver
A group of function pointers to enable access to a database.