statistical database attack verses defense for online game

K

Kathleeen

We are trying to create a database for our team in Mafia Wars on Facebook.
We would like to have the team input their fight results, using their
information, as well as the attackee's information. We need to make it
simple for the user, and have it work online, but I can't find any kind of
template for this kind of thing. We want to see who our most active users are
by using the data that they input, as well as creating a database of the
people being attacked. Can anyone help?
 
J

joel

What type of help are you lookig for? It is hard from your psting t
indicate what type of programming skills you have. I'm not sure why yo
are asking for excel help. You say your are creating a dabase that ca
be used on-line. What does this have to do with excel? It seems lik
you want to develope a web application that is linked to an acces
database. Access has a nice import feature that should be able t
import text files.



The only way I can see you using excel is to make the input/output use
friendly. I like using excel as a front end tool for inputing an
outputing data into an Access Dataase. But if you want something tha
can be used from the web I wouldn't think excel is the way to go. Yo
can create a web application using one of the visual 2008 studi
applications (C#, VB Net) which is avaliable for free from microsoft.
From visual Studio you can open an Excel Application, an Acces
Aplication and a Webpage. ther are lots of samples of code at th
microsoft website if you look for Net Framework 3.5 which is the librar
functions that visual Studio uses.

Try doing a search at the www.msdn.com website (microsoft developer
network) for

net 3.5 web application


To see the download available go to www.msdn.com and look fo
"Essential Downloads" which is near the bottom of the page.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top