Talk:ExecuteSQLQuery: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: --~~~~ This function seems not to work in any way as it should. Things that should work in SQLite such as "SELECT name FROM sqlite_master" which should return all table names from a datab...)
 
No edit summary
 
Line 1: Line 1:
--[[User:Twig|Twig]] 06:27, 28 January 2008 (CST)
--[[User:Twig|Twig]] 06:27, 28 January 2008 (CST)


This function seems not to work in any way as it should. Things that should work in SQLite such as "SELECT name FROM sqlite_master" which should return all table names from a database return nothing at all. Could a developer please check up on this as it restricts the flexibility of SQLite.
This function seems not to work in any way as it should. Things that should work in SQLite such as "SELECT * FROM sqlite_master" which should return all table names from a database return nothing at all. Could a developer please check up on this as it restricts the flexibility of SQLite.

Latest revision as of 10:45, 29 February 2008

--Twig 06:27, 28 January 2008 (CST)

This function seems not to work in any way as it should. Things that should work in SQLite such as "SELECT * FROM sqlite_master" which should return all table names from a database return nothing at all. Could a developer please check up on this as it restricts the flexibility of SQLite.