The brenbot SQLITE database is poorly constrcucted. [message #69395] |
Sun, 29 February 2004 01:27 |
Alkaline
Messages: 1132 Registered: November 2003
Karma: 0
|
General (1 Star) Deleted |
|
|
If your using a relation databse, at the very least use some Relations with the tables rather than having them just being there independantly...
Right now there are just tables holding data, running a delete query in the database is pain. E.g. iff you have to delete all info for a single person, you have to go in and manually delete each record from each table id from each table...
Although it takes less cpu power, running queries is a pain, espically edit queries...
http://www.UNRules.com
|
|
|
|
The brenbot SQLITE database is poorly constrcucted. [message #69467] |
Sun, 29 February 2004 09:38 |
Alkaline
Messages: 1132 Registered: November 2003
Karma: 0
|
General (1 Star) Deleted |
|
|
puft,
Well then I don't understand how you can call it a relational database system then :rolleyes: I had to use coding for to create a ghetto relational database structure for it :/
Anyway, I have almost completed a web administration for brenbot if anyone needs it.
Features:
-Reset N00b list
-Reset Recommendationl ist
-Display comments made by players on website (e.g. the noobs/bans/kicks)
- Essentially Edit anything with in brenbot.dat on the web.
However, seing as no one has "ANY USE" for a such an app, I won't be releasing it, however, you can pm for it and I'll give it to you.
I'm also working on a win32 gui for brenbot...
http://www.UNRules.com
|
|
|
|