Hi, all. I am not new to programming, but I have never done anything with existing database solutions. While I have created and edited my own custom databases using methods such as tables via CSV or INI parsing, I think I am ready to step it up a notch or three.
My current project will have from hundreds to thousands of records, with a couple of dozen fields in each record. I could revert back to my old ways of doing things, but I see how much you guys seem to like and use XML, SQLLite, and MySQL and it makes me think it's time to revamp my thinking.
I've searched the forums and documentation quite a bit but I'm still not quite sure where to start. There's a wealth of information on these here forums but I feel like my search results have given me such a widespread, shotgun blast kind of image of using AMS to handle databases and I have more questions than I did before searching.
Does anyone have a good recommendation for someone new to DB programming? Some of my requirements or items of no concern are:
1. Requirement - free or cheap, possibly included like XML functionality
2. Requirement - limited or no distribution requirements if possible - i.e. no additional processes or installations required
3. No concern - encryption/security is not an issue - files can be openly accessible
4. No concern - speed is not an issue - only small bits of data read/written at a time
5. No concern - size of the data is not really an issue other than it's too big for the 32k-64k INI limit
I'm looking forward to any feedback you guys can give me. Thanks in advance.
-AA
My current project will have from hundreds to thousands of records, with a couple of dozen fields in each record. I could revert back to my old ways of doing things, but I see how much you guys seem to like and use XML, SQLLite, and MySQL and it makes me think it's time to revamp my thinking.
I've searched the forums and documentation quite a bit but I'm still not quite sure where to start. There's a wealth of information on these here forums but I feel like my search results have given me such a widespread, shotgun blast kind of image of using AMS to handle databases and I have more questions than I did before searching.
Does anyone have a good recommendation for someone new to DB programming? Some of my requirements or items of no concern are:
1. Requirement - free or cheap, possibly included like XML functionality
2. Requirement - limited or no distribution requirements if possible - i.e. no additional processes or installations required
3. No concern - encryption/security is not an issue - files can be openly accessible
4. No concern - speed is not an issue - only small bits of data read/written at a time
5. No concern - size of the data is not really an issue other than it's too big for the 32k-64k INI limit
I'm looking forward to any feedback you guys can give me. Thanks in advance.
-AA
Comment