PB 4.0 Database

Everything else that doesn't fall into one of the other PB categories.
Schobaer
User
User
Posts: 16
Joined: Sat Mar 06, 2004 9:36 am
Location: Germany

PB 4.0 Database

Post by Schobaer »

What changes becomes in PB 4 about Databeses?
freedimension
Enthusiast
Enthusiast
Posts: 613
Joined: Tue May 06, 2003 2:50 pm
Location: Germany
Contact:

Post 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
Schobaer
User
User
Posts: 16
Joined: Sat Mar 06, 2004 9:36 am
Location: Germany

Post 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.
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4789
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Why change?

Post 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.
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Post 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).
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post 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
Tranquil
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Post 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.
Post Reply