DBAS source code

Anything QL Software or Programming Related.
Post Reply
User avatar
BSJR
Trump Card
Posts: 222
Joined: Sun Oct 18, 2015 12:53 pm
Location: Amsterdam
Contact:

DBAS source code

Post by BSJR »

Hi All,

DBAS is the excellent database engine written by David W. Howells and used in my SuQcess database programs.
But recently a problem came to light while using DBAS on SMSQmulator.
It appears that field names can go missing when a lot of them are defined.
My tests revealed that the FLNAME function then returns an empty string, making the names invisible for the user.
The test also showed that this problem is not limited to SMSQm but may happen on QPC2 as well, be it at another point and there is, sometimes, also a difference in behaviour for a QLIB compiled or an SBasic running SuQcess. Sofar it's been very unpredictable.

To help in tracing the problem it would be nice to have the source of DATA_BIN and DBAS_BIN but that is not part of many of the packages I found out there.
Does anyone have or knows who has these sources?

BSJR


RWAP
RWAP Master
Posts: 2893
Joined: Sun Nov 28, 2010 4:51 pm
Location: Stone, United Kingdom
Contact:

Re: DBAS source code

Post by RWAP »

The sources are listed as part of the Quanta library


Derek_Stewart
Font of All Knowledge
Posts: 4730
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: DBAS source code

Post by Derek_Stewart »

Hi,

The main problem with DBAS is there is no source code to the DATA_BIN & DBAS_BIN files.

Unless there is an update I do not know about.

I did disassemble DBAS years ago, but I would have to look for the disassembley file.


Regards,

Derek
User avatar
dilwyn
Mr QL
Posts: 3099
Joined: Wed Dec 01, 2010 10:39 pm

Re: DBAS source code

Post by dilwyn »

RWAP wrote:The sources are listed as part of the Quanta library
What sources there are should be on disk SP08, although from memory I don't think the files Bob wants are on there, though.

Phil Borman did an update of dbas, although I have no idea if he worked from sources or disassemblies.


Post Reply