-2

Possible Duplicate:
SQlite extension name

The title is definitely the question. So, when I start to manage an sqlite database, so I am getting the options how to save file on disk. I mean the extension .db or .sqlite(3). So, is the some difference, restrictions or other issues.

Thank you in advance.

Community
  • 1
  • 1
NCFUSN
  • 1,624
  • 4
  • 28
  • 44

1 Answers1

2

From my past sqlite naming i used .db extension but when i read this post below i change it to .sqlite3db. i add db to specify that the file is an sqlite3 database.

SQlite extension name

and check the answer of Brian Campbell

Hope this help.

Regards

Community
  • 1
  • 1
BizApps
  • 6,048
  • 9
  • 40
  • 62