Page 1 of 1
PB 4.0 Database
Posted: Thu Oct 21, 2004 11:42 am
by Schobaer
What changes becomes in PB 4 about Databeses?
Posted: Thu Oct 21, 2004 12:19 pm
by freedimension
I don't know, but I would find a native lightweight PB-SQL Database very handy, beside the ODBC functions of course.
Code without any restrictions in its licence can be found with the SQLite Database, that could be used as a start and is available in C and is easy to convert for other platforms as well, as it's only File-Managing, right?
That would be a powerfull addition to PB
Posted: Thu Oct 21, 2004 7:58 pm
by Schobaer
That's right! I want to convert a VB Project to PB. This Project use MySql. What I mean is: Is it planned in PB 4 to change the language or the handle of databases so I can not use PB 3.9 code in PB 4 code.
Why change?
Posted: Fri Oct 22, 2004 5:44 am
by Fangbeast
Schobaer wrote:That's right! I want to convert a VB Project to PB. This Project use MySql. What I mean is: Is it planned in PB 4 to change the language or the handle of databases so I can not use PB 3.9 code in PB 4 code.
Seriously, if you already do MySql with VB, why not stick to it in PureBasic. and use what you already know. There are many examples showing how to use MySql with PureBasic, either through ODBC or using code like Max2's direct connect to MySQL server and there are tutorials as well.
I personally posted a small direct connect gui using Max2's direct connect code showing how to do simple data returns.
Posted: Mon Nov 08, 2004 7:39 pm
by the.weavster
freedimension wrote:I would find a native lightweight PB-SQL Database very handy
True.
I would be happy just to have a native record manager similar to MyDB or even Tsunami (preferably not quite as wanky to use as Tsunami).
Posted: Wed Nov 10, 2004 3:56 pm
by Tranquil
I think the allready present database commands are enough. ODBC support is the most importend and that is available.
For all other database connectivities you can use .DLLs.
There are much other more importend things to do for Release 4.0.
Cheers
Mike
Posted: Thu Nov 25, 2004 8:55 pm
by the.weavster
Tranquil wrote:
There are much other more importend things to do for Release 4.0.
Sez You...
but check out the number of views this subject has had compared to others in this section.