InstantDB Project
About InstantDB
Project Mail Lists
Short History
Reporting Bugs
Screen Shots
3rd Party Examples
FAQs

Software
Downloads
Documentation
CVS Repositories
Roadmap
License

About Enhydra.org
Who We Are
News, Articles & Events
Getting Involved
Contact Us

Community
Demos
Contributions
Resources
Case Studies
On The Edge! -NEW-
Commercial Vendors


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: Newbie Q: name of driver et al


	>1) There is no ordinary "server process" in Instant DB. The JVM
that opens
	>a connection to will do the job; and when it closes down all the
data will
	>be written to the file system. So between uses of the database, the
	>database exsists fully on the file system. Right?

	Yes.


	>2) Databases are identified by their property file, and it is the
property
	>file you give in the url when creating a connection. Right?

	Yes


	>3) How does the DriverManager get my driver? Usually you force
loading of
	>the driver with Class.forName(driverClassNameString). What is the
name of
	>the Driver-class in InstantDB?

	jdbc.idbDriver