Re: How about....


[ Follow Ups ] [ Post Followup ] [ Build Your Own Arcade Controls message board ] [ FAQ ]

Posted by Mike on February 13, 2002 at 14:34:32:

In Reply to: Re: How about.... posted by SirPoonga on February 13, 2002 at 14:13:25:

You can create a new database from code but you might have to have access installed on your system or have the libraries. I will have a command line interface built into the frontend if you want to use it but you can also access it directly through the dll. As far as the greater than less than you can do that on almost any language. You'll see when I'm do with it basically you will be able to same rom name = A and it will do all the roms that start with A. Now I am going to do something sloppy here but you can always work around it. If you choose less than or greater than it will include the value, which i guess is only sloppy on the less than. So if romname > a and romname < c. You'd get all roms starting with a, b, c. This will allow you to do ranges and split it up. When you do a greater than or less than on a string it just reads the string left to right on character at a time. So for example abcZ is less than az. Which is kind of a goofy thing but i think most people can deal with it. I think people will be more interested in splitting them up alphabetically. Maybe, I just add a combobox with the alphabet and numbers in it so you can't type in anything. Oh well I'll deal with it when I come to it.



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link address (start with http://):
Link Title:
Optional Image address (start with http://):


[ Follow Ups ] [ Post Followup ] [ Build Your Own Arcade Controls message board ] [ FAQ ]