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
More Database Connector
Re: More Database Connector
Hi
I would also love to see a UseFBSQLDatabase() connector !
//Eirik
I would also love to see a UseFBSQLDatabase() connector !
//Eirik
Re: More Database Connector
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
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
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
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
Hi.
+1 for Firebird library support.
It would complement PureBasic well,
and provide a second option for an embedded db (other than SQLite).
+1 for Firebird library support.
It would complement PureBasic well,
and provide a second option for an embedded db (other than SQLite).
**Disclaimer**
Any views or opinions expressed represent the official view of the voices in my head.
Any views or opinions expressed represent the official view of the voices in my head.
- Fangbeast
- PureBasic Protozoa
- Posts: 4789
- Joined: Fri Apr 25, 2003 3:08 pm
- Location: Not Sydney!!! (Bad water, no goats)
Re: More Database Connector
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.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.
http://mariadb.org/
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
Re: More Database Connector
+1 for Firebird here, it would be a great integration for PureBasic (embedded and server database)!