0

I have created a database in mesa sqlite software which creates a .rdb format DB in default. I want a .db file. can I change the .rdb format to .db?

nikita21
  • 111
  • 1
  • 5
  • Your question is a bit unclear. Of course you cannot just change the format of the database file, then sqlite will not be able to read it. Or are you asking if you can change the file name? – sleske Feb 02 '11 at 11:43
  • No, I do not wish to change the file name. I want to change the extension(file format). – nikita21 Feb 02 '11 at 12:16

1 Answers1

1

I've never used mesasqlite, but it seems you could just rename your db file to any name/extension you want.

rvs
  • 1,251
  • 13
  • 22
  • mesa does not allow to change the extension even while creating it. So, i was wondering if there is a work around for this problem – nikita21 Feb 02 '11 at 12:19
  • You could change extension with any other tool you like, like your favourite file manager. – rvs Feb 02 '11 at 13:43