How to edit sampdb files
#1

I'm going to experiment with SA:MP databases, but how can I open files created by sampdb externally?
If this is SQLite, I tried to open them with "sqlitebrowser" tool, but that says it is not sqlite file.
Reply
#2

Do you mean the native samp functions? If not ignore me...

The firefox addon works nicely, they are sqlite files so I'm not sure why sqlitebrowser doesn't work (it works for me). You should be aware that NULL values will crash samp though, so you'll have to do select statments like
[code=sql]
SELECT ifnull(`field`,'') AS `field` FROM `Table`
[/code]
until it's fixed.
Reply
#3

Many thanks. That's what I was looking for. Only the one thing is annoying: usually I use Opera:D
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)