SQLLite acess

sanduro

Member
Licensed User
Longtime User
Hallo

I try to create holistic keyvalue store.

Though I need

1. create a database file if doesnt exists
2. create a table if doesnt exists
3. create write read sub for value as string
4. close db connection ?
5. make library out of it

I need help with pont number 1 and maybe 2? , did check forum and user guide, still lost.

Be gente I am :sign0104: here

SQL and RAF included in my code

San
 
Last edited:

sanduro

Member
Licensed User
Longtime User
Nope, too big for me ... I just need simple string valeu store and try to learn to create a libraries under b4a

I just need db open / create database

get value set value

closebd ?

San
 
Upvote 0

sanduro

Member
Licensed User
Longtime User
I give a second try to look at it.

Seems to be too complex for my need

and i try to learn library creation, my code is growing fast, should control seeding high tech machine out of android

San
 
Last edited:
Upvote 0

sanduro

Member
Licensed User
Longtime User
It worked nicely thanks.

Just stupid question , why it is not a library ?

or better rephrase what is compile time on Class vs used library.

Code is growing big and I try to minimize compile time.

Because I am :sign0104: , it takes a lot of tries to get something to work ....

TY San
 
Upvote 0
Top