HTTP API SQL Query
#16
grajen3 Wrote:This isn't actually like this

XBMC checks if there is 'select' string inside of query - propably to deny modification of database but this can be workarounded:

You can't execute: "UPDATE table_name SET column1=value WHERE id=X"
But You can do : "UPDATE table_name SET column1=value WHERE id=X or id=select"

lol. Can't wait until we take away full sql access Smile
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply

Logout Mark Read Team Forum Stats Members Help
HTTP API SQL Query0