Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
DbInfoCode | 2023-07-21 | ||
TestDbConnection | 2022-09-21 | ||
GbSettingsTool | 2022-03-07 | ||
ProbableCause | 2018-02-06 | ||
Readme.txt | 2022-09-21 | 1.1 kB | |
Totals: 5 Items | 1.1 kB | 0 |
Garlic3: (project directories - general description/use at bottom) Tools: - TestDbConnection: try, outside of your application, the db connection on the commandline with some feedback. In case of db troubles like connection parameters, database rights, timeouts. - DbInfoCode: helper to create a database table with default metadata fields and code generation for classes derived from tables, persistance code to save/retrieve data to database, basic form code to edit the database/table records in combined list+edit view. - GbSettingsTool: help create source code for settings Form. - Probable Cause: analyze your Gambas3 code (originally made for gambas2 that had less tools included to find redundant variables etc). General ======= Garlic3: GAmbas Raw LInes of Code v3, Gambas code library. -- source code to read as reference or use in your own projects or source code of tools that help you code for Gambas Garlic3 for Gambas version 3, see also Garlic for Gambas2 -- Use: download app.tar.gz tar -xzvf app.tar.gz open with Gambas IDE, compile or run from IDE. -- Garlic3: GPL3 applies unless otherwise mentioned.