vbnewbie2001
Programmer
Hello all ! I am new to programming. I am at the start of my first project (it has not made it off the paper yet).
I am using VB 5 Prof. What I want to do is create a stand alone DB that I can distibute. On the recomendation of SAMS Teach Yourself VB 5.0, I have decided to go the route of a Random Access File for storing the data. Unfortunatly for me, by doing that the DB might not be able to do exactly what I want it to do. It will need to store URLs and email addresss which the user can store, then later open the record and click on the URL or Address to be taken directly to the site or open Outlook. Can I do this in a flat file ( one with the .DAT extension)?
I would much prefer to create an Access 2000 and then be able to include that file with the application at runtime. However my application assumes that the users do not have MS Access. Is there a way around this?
Last but not least, I realize that these two questions probably address more than one would care to elaborate on in a thread on a BBS. If this is the case could someone recommend some books or Web Sites that I could look into, plus any of your thoughts on other ways to accomplish this DB. I am looking for the most practical way, not the easiest way. I am open to all suggestions.
Many Thanks in advance,
Norman Bauer
I am using VB 5 Prof. What I want to do is create a stand alone DB that I can distibute. On the recomendation of SAMS Teach Yourself VB 5.0, I have decided to go the route of a Random Access File for storing the data. Unfortunatly for me, by doing that the DB might not be able to do exactly what I want it to do. It will need to store URLs and email addresss which the user can store, then later open the record and click on the URL or Address to be taken directly to the site or open Outlook. Can I do this in a flat file ( one with the .DAT extension)?
I would much prefer to create an Access 2000 and then be able to include that file with the application at runtime. However my application assumes that the users do not have MS Access. Is there a way around this?
Last but not least, I realize that these two questions probably address more than one would care to elaborate on in a thread on a BBS. If this is the case could someone recommend some books or Web Sites that I could look into, plus any of your thoughts on other ways to accomplish this DB. I am looking for the most practical way, not the easiest way. I am open to all suggestions.
Many Thanks in advance,
Norman Bauer