Database

wheretheidivides

Active Member
Licensed User
Longtime User
I have a tips and wage tracker done. I can save variables to the sdcard and retrieve them later. This is for poker dealers that need a lot more than the average tips calculator does. SO I have the program done except for the database. I want to store info into a database and then laster be able to view them. I read the tutorials on SQL and db stuff but they are over my head. I keep leaving message about this because the B in BASIC stands for beginners. SO her's my questions:

1)has someone wrote a interface for creating databases? For example, you have a designer to create graphcis included in b4a, so why not a database one? You know, It asks me for the fields ( type in name, address, phone) and some other questions. It then sets up the database for you. It could be a generic one. You could have a second part asking about modificating the db.

2) Assuming noone has done 1 yet, can someone volunteer to walk me though this process? It may take several messages over a week, but we could then use this as a tutorial. The tutorials online are all for experts. This could be a tutorial for beginners. I'll use the info to write it.

3) If someone volunteers for #2, then reply and we can begin. I'll check this thred several times a day.

Thanks.
 

mc73

Well-Known Member
Licensed User
Longtime User
though a database can be done using b4 and quite easily, why not simply use existed database utilities? for eg I am using an sqlite editor inside firefox.
 
Upvote 0

wheretheidivides

Active Member
Licensed User
Longtime User
crashes

i tried your database program out and it crashes. it comes up with dates, then generates 5 records, then crashes can not find 'sub getfields'
 
Upvote 0
Top