Author Topic: Sorting bots  (Read 6604 times)

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
Sorting bots
« Reply #15 on: October 04, 2005, 01:19:59 PM »
Databases always give me headaches  :wacko:

What I know:  Our web space comes with 1 SQL database.  Wiki uses part of that database (but I don't think it does so exclusively.  I think you can have multiple things on a single database.  I dunno.)

Offline PurpleYouko

  • Bot God
  • *****
  • Posts: 2556
    • View Profile
Sorting bots
« Reply #16 on: October 04, 2005, 02:36:29 PM »
Yes you can. A single SQL database can handle almost limitless numbers of seperate tables which can all be linked together with primary keys.

All you have to do is write the code that accesses it rom outside using a language called Transact-SQL. This can be fitted into VB, C++ or any number of modern programming languages. It is just a useful way to write and execute query scripts inside a larger software package.

This is what I was talking about with the MMORPG idea.

It should work really well as a system for storing organism files too.
There are 10 kinds of people in the world
Those who understand binary.
and those who don't

:D PY :D

Offline Ulciscor

  • Bot Destroyer
  • ***
  • Posts: 401
    • View Profile
Sorting bots
« Reply #17 on: October 04, 2005, 03:23:14 PM »
I could do it without much trouble if people would give some more detailed specs of what they want, if anyone is interested...
:D Ulciscor :D

I used to be indecisive, but now I'm not so sure.

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
Sorting bots
« Reply #18 on: October 04, 2005, 03:58:04 PM »
If we added something that did the following, it would rock:

1.  Guy writes some DNA code.  He wants to publish it.
2.  He goes to Darwinbots, and uses some sort of "publish DNA" button which automatically posts it the the Beastiary in the forum and an Online Database.

Then, Guy wants a bot.  He goes into Darwinbots and selects the parameters he's interested in.  The program(!) then searches the online Database and retrieves a list of orgarnisms that satisfy the conditions.

That would be so sweet.

edit: oh, and the list can be auto downloaded to the robots folder.
« Last Edit: October 04, 2005, 04:23:25 PM by Numsgil »

Offline Endy

  • Bot Overlord
  • ****
  • Posts: 852
    • View Profile
Sorting bots
« Reply #19 on: October 05, 2005, 05:45:24 PM »
Might be able to rig something in javascript. I'll check how the posting works for the forum.