Announcement

Collapse
No announcement yet.

SQLitening quick starter comments

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SQLitening quick starter comments

    SQLitening quick starter comments:

    PowerBASIC and related source code. Please do not post questions or discussions, just source code.
    The world is full of apathy, but who cares?

  • #2
    Hey Mike!
    Thanks for the post. I've been meaning to play with SQL, so perhaps I'll find time to give it a go, now that you've paved the way for me!

    Comment


    • #3
      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


      • #4
        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-starter
        The world is full of apathy, but who cares?

        Comment


        • #5
          Hi Mike,

          Is there a source for the DLLs and INC files that are required to get started with SQLitening?
          Rgds, Dave

          Comment


          • #6
            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

            Click image for larger version  Name:	install.png Views:	1 Size:	72.2 KB ID:	792397
            The world is full of apathy, but who cares?

            Comment


            • #7
              Thank you Mike.
              Rgds, Dave

              Comment

              Working...
              X