Re: Dictionary or Database�Please advise

2010-02-26 Thread Aahz
In article , Roy Smith wrote: > >Whatever database you pick, you're almost certainly going to end up having >to install it wherever you install your application. There's no such thing >as a universally available database that you can expect to be available >everywhere. ...unless you use SQLi

Re: Dictionary or Database�Please advise

2010-02-26 Thread Roy Smith
In article <891a98fa-c398-455a-981f-bf72af772...@s36g2000prh.googlegroups.com>, Jeremy wrote: > I have lots of data that I currently store in dictionaries. However, > the memory requirements are becoming a problem. I am considering > using a database of some sorts instead, but I have never us