SQLitening quick starter comments:
Announcement
Collapse
No announcement yet.
SQLitening quick starter comments
Collapse
X
-
Gary,
I just finished a SQLitening program and added a routine that creates recordsets in any order without additional logic if columns are encrypted or compressed.
I was thinking how your programs could eliminate the need for any .INI file by using a table to store any needed startup information.
All the gb_snippets could be placed into a single indexed table.
SQLitening might be overkill so using Chris's or Jose's or Don's or others SQLite routines might be better.
I will now be using an indexed table to store startup information in my programs.The world is full of apathy, but who cares?
Comment
-
Found this comment post using Gary Beene's gbThreads. https://forum.powerbasic.com/forum/u...ads-v9-release
Looks like I incorrectly posted link to source (or it moved?)
https://forum.powerbasic.com/forum/u...-quick-starterThe world is full of apathy, but who cares?
Comment
-
SQLitening without server or encryption/compression routines:
SQLite3.DLL (download most current precompiled binary .zip file (32-bit x86) at www.sqlite.org )
SQLitening.DLL
SQLitening.INC
The SQLitening.DLL can be incorporated into program since the source code is included.
SQLitening download:
https://sqlitening.planetsquires.com...php?board=30.0
The world is full of apathy, but who cares?
Comment
Comment