PostGreSQL : are you interested in a wrapper for PB4 ?
PostGreSQL : are you interested in a wrapper for PB4 ?
at work, i'll migrate our SGBDR from MySQL to PostGreSQL.
since purebasic use ODBC it should be easy.
i would like to make a wrapper for the 'libpq.dll'.
maybe some of you might be interested.
http://www.postgresql.org/
since purebasic use ODBC it should be easy.
i would like to make a wrapper for the 'libpq.dll'.
maybe some of you might be interested.
http://www.postgresql.org/
Last edited by Flype on Sat Jun 17, 2006 9:51 am, edited 1 time in total.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
well, i'm suprised because it was not too hard.
so i made a PostgreSQL 8.1 wrapper for PB4.
works ok at home, but still in beta stage.
grab it here :
http://www.purebasic.fr/english/viewtop ... highlight=
so i made a PostgreSQL 8.1 wrapper for PB4.
works ok at home, but still in beta stage.
grab it here :
http://www.purebasic.fr/english/viewtop ... highlight=
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
just a little information that i didn't know:
Oracle Announces the Acquisition of PostgreSQL to improve it and keep it open-source :
http://www.postgresqlfr.org/files/oracle.html
Oracle Announces the Acquisition of PostgreSQL to improve it and keep it open-source :
http://www.postgresqlfr.org/files/oracle.html
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
-
- User
- Posts: 49
- Joined: Wed Jan 12, 2005 3:50 pm
great job 10x
great job 10x for releasing the code
Yes, i hope it will be useful for pbusers.
Also, i think i will make a wrapper for the FireBird 1.5 SGBDR
as it is provided with a SDK, it should be as easy as MySQL 5 and PostgreSQL 8.1.
http://www.firebirdsql.org
I think we (pb-users) can bring to PureBasic 4.0 a collection
of ready-to-use SGBDR wrappers for the communauty making purebasic a little more professional.
Just an idea, if i understood well the subsytem functionality of purebasic, it should be possible to implement subsystems for Native ODBC / MySQL / PostgreSQL / FireBird / SQLite / Tsunami / and so on, with the advantage of using native database commands. Do you think it is do-able ?
It must be a good think even if the ODBC is also a simple and good way.
Also, i think i will make a wrapper for the FireBird 1.5 SGBDR
as it is provided with a SDK, it should be as easy as MySQL 5 and PostgreSQL 8.1.
http://www.firebirdsql.org
I think we (pb-users) can bring to PureBasic 4.0 a collection
of ready-to-use SGBDR wrappers for the communauty making purebasic a little more professional.
Just an idea, if i understood well the subsytem functionality of purebasic, it should be possible to implement subsystems for Native ODBC / MySQL / PostgreSQL / FireBird / SQLite / Tsunami / and so on, with the advantage of using native database commands. Do you think it is do-able ?
It must be a good think even if the ODBC is also a simple and good way.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
thanks fred,
and should i program the new database.lib in C/C++
or can it be done with TailBite ?
what's happened if all native commands are not implemented ?
and should i program the new database.lib in C/C++
or can it be done with TailBite ?
what's happened if all native commands are not implemented ?
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Thanks Flype.
Having various database tools at our disposal should really help to make PureBasic noticed in the programming community.
Thanks again,
--blueb
Having various database tools at our disposal should really help to make PureBasic noticed in the programming community.
Thanks again,
--blueb
- It was too lonely at the top.
System : PB 6.21(x64) and Win 11 Pro (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
System : PB 6.21(x64) and Win 11 Pro (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem