24.10.2009, 13:03
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.
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.

