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. 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. - Danny -- Danny Reinhold Reinhold Software & Services --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

