Short Story: I downloaded a java/flash uploader and one of the files was a .db. After some research I found that is a database. Which prompted the question. Can I make a database (.db) file and save it in a folder in my root directory instead of having to rely on another server and sql query's? Thereby theoretically speeding up my website by accessing only local files.
The Problem: I have done lots of research and found no answer. Mainly I think because I have never dealt with this before so i don't know where to look.
The Question: Has anyone ever heard of such a thing? And if so, could you refer me to a tutorial website or provide a brief definition/ explanation/ example of how this would work and what type of communication language would be used between the files? SQL? something else? I just don't know!
Thank you all for your help.