Originally posted by the-raptor I wanna do a databse with over 1,000 contact details and I want to be able to give this database out to people.
Originally posted by boo-boo ok - if this contact directory is in the format of a single table then its easy to model it in xml - and well worth doing.
You can use the xml file as you could a database - making queries against it etc. But it does mean learning a lot of new stuff - but if you're doing programming you'll enjoy it & its a hot new (ish) technology.
XML will not be as quick as a db - but it sounds ideal for what you're doing.
A user could download it embedded in a VB- Java app and work away on it, & you don't care if they have Office - mySQL or whatever.- & its free.
Originally posted by amen XML could be good to use if the users have IE/Netscape installed them he could use JScript to access the DOM and provide user funcationality such as searching, update details etc
Originally posted by RicardoSmith You'll need an installer for your VB app.
Originally posted by the-raptor right so is it safe to say i'd be able to this with relatively little difficulty then?
Originally posted by The Corinthian VB comes with one.
Originally posted by RicardoSmith I thought it comes with a program for creating installers not an actual generic installer for any VB applications...:D where do I find this magic installer?
Originally posted by The Corinthian Both VB 5 and 6 come with a utility for creating set-up programs for the applications written with VB as well as packaging any dependency files. You can even add custom dependency files such as mdb's to the final set-up. I assume you were talking about this?