<[EMAIL PROTECTED]> wrote�: > Hi, > >> Is there a recommended file extension for sqlite database files ? If not, >> are there any suggestions or a commonly used extension ? What about > .sqlite >> or .db ? > The file extension doesn't matter.
I think it matters. > You should either use an extension that explains what kind of data > is stored in the file (for example .conf if it is a configuration database) > or an extension that doesn't conflict with extensions of other applications. > (So you can configure a default viewer for you database files etc. on > platforms that utilize file extensions this way.) > > .sqlite. .sdb, .db or .<yourInitials>db are good choices. I get your point. But not having a common extension makes it more difficult to recognize a sqlite db from other files, especially if you want to share your files. In a desktop environment, an extension is useful for opening files with the proper application and for displaying a specific icon for that files. A recommendation would be nice IMO. -- Bertrand Mansion Mamasam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

