QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: Abramhollon on March 01, 2018, 06:01:18 pm

Title: DatabaseTools?
Post by: Abramhollon on March 01, 2018, 06:01:18 pm
Are there any database tools library’s for qb64?
Title: Re: DatabaseTools?
Post by: Calloway on March 02, 2018, 12:15:12 am
I don't really know of any libraries specifically made for databases but I do know Fellipe has a good library you could use 'as' a database... kinda...


https://github.com/FellippeHeitor/INI-Manager


Kind of a long shot to use as a database but oh whale, do what you gotta do
Title: Re: DatabaseTools?
Post by: bplus on March 02, 2018, 08:23:24 am
I did custom database work with VB for MS DOS a graduate of Quick Basic. This was in early 90's.
Two main tools THEN were using Random Access for file Input and Output and Type definitions to define a record.
Type definitions use fixed length strings, so learn or know that too...

So study and practice with those, probably some excellent samples in Wiki.

Probably a ton of new stuff since 90's like accessing standard files such as Excel?
Which I leave to QB64 developer or pro to tell you about.
Title: Re: DatabaseTools?
Post by: FellippeHeitor on March 02, 2018, 08:57:20 am
As limited as the INI format is, it is indeed a database of sorts. It'd be interesting to see how it'd scale in a database application as main storage.
Title: Re: DatabaseTools?
Post by: bplus on March 02, 2018, 09:59:57 am
I've seen allot of talk about MySQL, don't know what it is but QB64 has library:
https://www.qb64.org/wiki/SQL_Client

Don't know if this is type of database tools you are looking for?

Title: Re: DatabaseTools?
Post by: Ashish on March 02, 2018, 10:46:25 am
Hi Abramhollon,
There is a QB Framework coded by Galleon for reading data stored in JSON format.
You can find it inside the QB64 source code folder.
Title: Re: DatabaseTools?
Post by: bplus on March 02, 2018, 10:51:26 am
Hey King of coders! (Ashish) You are done with exams for awhile? Welcome to ORG (again).
Title: Re: DatabaseTools?
Post by: Ashish on March 02, 2018, 10:59:38 am
@bplus
Yeah! I had done with my exams! ...and I'm back to code from NOW.