| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: What's the difference?
Mike <Mike_at_mikee.ath.cx> writes:
> All that said then is there a difference between storing
> the rows in a dbm file or in a relational database?
If all you need is dbm, an RDBMS will be a lot larger, more complicated, and possibly more expensive than your need dictates -- but there are still a couple of arguments for using one: you'll have safe access to the data over the network, and you won't have to transition to an RDBMS when you later discover the need to do more than you can do with dbm.
-tih
-- Tom Ivar Helbekkmo, Senior System Administrator, EUnet Norway www.eunet.no T: +47-22092958 M: +47-93013940 F: +47-22092901Received on Wed May 21 2003 - 12:22:44 CDT
![]() |
![]() |