Page 1 of 1

More Database Connector

Posted: Sat Feb 20, 2010 4:03 pm
by Schobaer
Such as UsePostgreSQLDatabase() I wish
- UseMSSQLDatabase() for direct use Microsoft SQL-Server
- UseAccessDatabase() for direct use Microsoft Access DBs
- UseMySQLDatabase() for direct use MySQL-Server (I know there are Libs for using)
- UseFBSQLDatabase() for direct use Firebird/Interbase

Re: More Database Connector

Posted: Fri Jan 20, 2012 12:20 am
by neseir
Hi

I would also love to see a UseFBSQLDatabase() connector !

//Eirik

Re: More Database Connector

Posted: Fri Jan 20, 2012 2:46 am
by Bisonte
hmmmm....

http://www.firebirdsql.org/en/odbc-driver/
http://dev.mysql.com/downloads/connector/odbc

and the MS Things are build in Windows...

If you want to have this as native support,
you have to tell the companies, that they give away
their products and made them open-source ;)

Re: More Database Connector

Posted: Mon Jan 23, 2012 1:24 am
by neseir
Hi Bisonte

Firebird sql is opensource. If possible I prefer native connectors instead of ODBC (FireBird is available on Win, Mac and Linux etc. Don't now the status of iODBC on linux but I think using a FireBird client lib directly is the best option). Regarding the other databases listed I think the PureBASIC team already have stated some problems with the implementation of a MySQL connector due to licenses restriction. MS SQL and Access are Windows only and probably supported as well using the ODBC connector vs a dedicated connector.

Regards
Eirik

Re: More Database Connector

Posted: Wed Feb 29, 2012 7:44 am
by K1m0n
Hi.
+1 for Firebird library support.
It would complement PureBasic well,
and provide a second option for an embedded db (other than SQLite).

Re: More Database Connector

Posted: Wed Feb 29, 2012 12:51 pm
by Fangbeast
Regarding the other databases listed I think the PureBASIC team already have stated some problems with the implementation of a MySQL connector due to licenses restriction.
MariaDb is a "drop-in" replacement for MySQL by the Author of MySQL and is apparently (as far as I can see) free of license restrictions. That might be a way to go.

http://mariadb.org/

Re: More Database Connector

Posted: Sun Dec 30, 2012 10:10 pm
by sphinx
+1 for Firebird here, it would be a great integration for PureBasic (embedded and server database)!