PDA

View Full Version : Database with search button



N1Tr0Net
11-25-2006, 06:31 AM
Hello to everyone.
I make program and I want to add them a database with information, and I want to add input object and search button. And when I type something in that input object to get information about that information form database.
I upload database of players and you can download it THERE (http://www.n1tr0net.org/razno/players.rar).I want to add that database maked in excel to program and to have a search buton and input object to make search from database. When I type a name of player to get all information of that player in row. Please can you help me. I am just start to work in apm6.
Thanks in advanced.

andyk68
11-26-2006, 03:22 PM
Have a look at this thread that i started recently, it's not totally sorted but it may help. http://www.indigorose.com/forums/showthread.php?t=17855

Dermot
11-26-2006, 04:06 PM
I would not use excel as a database when AMS has a full blown relational database called SQLite.

Here is an an app that Roboblue did that uses SQLite. http://www.indigorose.com/forums/showthread.php?t=15752&highlight=sqlite

Just save your excel file as a CSV file and then use http://en.wikipedia.org/wiki/SQLite_Database_Browser to import it into a SQLite database