Derek J Roscoe <[email protected]> writes: > Hello, > > I am new to derby and database creation all together. I want to know with > method of Derby I should set up Embedded or Server Based. I am setting up a > website where users will be filling out a form that will submit the database > information to be stored about each and every user (username, password, > demographics, etc.). The submission form(s) will be dynamic pages created in > Dreamweaver, which will then be read by ColdFusion before being displayed to > those ultimately accessing the information.
Hi Derek, If the database is only accessed by a single process, which I think is the case here, I'd probably go for embedded since it's easier to set up and has less overhead. -- Knut Anders
