Restored from previous forum. Originally posted by wcardoso.
:)I'm thinking to change my actual developer tools to PureBasic, but I need to know how is the database support of this tool.
Thank you from Uruguay
Database support ?
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by fweil.
Hello Uruguay and wcardoso ...
Welcome to this forum.
Maybe you can first try to make your opinion using the search function of this forum.
Key-in 'database' word just and you will have some posts about it.
Then come back with more accurate questions.
What I, and others can say about databases is that it is easy to design application program using ODBC connections on Windows installations.
Purebasic allows to put SQL stuff easy in programs.
As you can built SQL requests dynamically in your Purebasic programs, it has no limit and gives good performances (just limited to the database server you use !).
Welcome again and enjoy Purebasic.
Francois Weil
14, rue Douer
F64100 Bayonne
Hello Uruguay and wcardoso ...
Welcome to this forum.
Maybe you can first try to make your opinion using the search function of this forum.
Key-in 'database' word just and you will have some posts about it.
Then come back with more accurate questions.
What I, and others can say about databases is that it is easy to design application program using ODBC connections on Windows installations.
Purebasic allows to put SQL stuff easy in programs.
As you can built SQL requests dynamically in your Purebasic programs, it has no limit and gives good performances (just limited to the database server you use !).
Welcome again and enjoy Purebasic.
Francois Weil
14, rue Douer
F64100 Bayonne
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by wcardoso.
Hello fweil!
Thanks for reply, but my question is about the native support for database; something like commands to create database without the need to use any external database manager. I know PB can connect with standard ODBC systems like ACCESS or ORACLE, but my needs are more modest.
Thanks anyway

Hello fweil!
Thanks for reply, but my question is about the native support for database; something like commands to create database without the need to use any external database manager. I know PB can connect with standard ODBC systems like ACCESS or ORACLE, but my needs are more modest.
Thanks anyway

-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by fweil.
I hope I do not mistake (Fred ?) but I don't believe it is possible to 'Create' a database strictly speaking ... you will just connect to an existing engine on which it will be possible to update using SQL.
If you mean to design an engine itself, it will not be something easy / possible right now. Basically a database engine is something tricky if you want to have a large set of features.
...
Francois Weil
14, rue Douer
F64100 Bayonne
I hope I do not mistake (Fred ?) but I don't believe it is possible to 'Create' a database strictly speaking ... you will just connect to an existing engine on which it will be possible to update using SQL.
If you mean to design an engine itself, it will not be something easy / possible right now. Basically a database engine is something tricky if you want to have a large set of features.
...
Francois Weil
14, rue Douer
F64100 Bayonne
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by fweil.
Fred,
I think you are right, the SQL support should be enough to make Purebasic programs communicating with any db engine available on the market.
Writing an internal engine would be maze to reach a low level of what MySQL or Oracle do.
For accessing Access database, all the needed stuff lies with the API quite easily I think.
Don't know about others experience !?
Francois Weil
14, rue Douer
F64100 Bayonne
Fred,
I think you are right, the SQL support should be enough to make Purebasic programs communicating with any db engine available on the market.
Writing an internal engine would be maze to reach a low level of what MySQL or Oracle do.
For accessing Access database, all the needed stuff lies with the API quite easily I think.
Don't know about others experience !?
Francois Weil
14, rue Douer
F64100 Bayonne
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm