Author Topic: DatabaseTools?  (Read 3697 times)

0 Members and 1 Guest are viewing this topic.

Offline Abramhollon

  • Newbie
  • Posts: 3
DatabaseTools?
« on: March 01, 2018, 06:01:18 pm »
Are there any database tools library’s for qb64?

Offline Calloway

  • Newbie
  • Posts: 18
  • I still have Laser Disc...
    • Calloway Sutton
Re: DatabaseTools?
« Reply #1 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

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
Re: DatabaseTools?
« Reply #2 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.
« Last Edit: March 02, 2018, 08:26:34 am by bplus »

FellippeHeitor

  • Guest
Re: DatabaseTools?
« Reply #3 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.

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
Re: DatabaseTools?
« Reply #4 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?

« Last Edit: March 02, 2018, 10:01:56 am by bplus »

Offline Ashish

  • Forum Resident
  • Posts: 630
  • Never Give Up!
Re: DatabaseTools?
« Reply #5 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.
if (Me.success) {Me.improve()} else {Me.tryAgain()}


My Projects - https://github.com/AshishKingdom?tab=repositories
OpenGL tutorials - https://ashishkingdom.github.io/OpenGL-Tutorials

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
Re: DatabaseTools?
« Reply #6 on: March 02, 2018, 10:51:26 am »
Hey King of coders! (Ashish) You are done with exams for awhile? Welcome to ORG (again).

Offline Ashish

  • Forum Resident
  • Posts: 630
  • Never Give Up!
Re: DatabaseTools?
« Reply #7 on: March 02, 2018, 10:59:38 am »
@bplus
Yeah! I had done with my exams! ...and I'm back to code from NOW.
if (Me.success) {Me.improve()} else {Me.tryAgain()}


My Projects - https://github.com/AshishKingdom?tab=repositories
OpenGL tutorials - https://ashishkingdom.github.io/OpenGL-Tutorials