SQLite Forum

Getting the error
Login
Gunter,
I tried to execute following:

[code]

SELECT * FROM master.leagues;

[/code]

I am connected to only 1 database (for the time being).

When I tried to use sqlite3_errmesg(), it returned:

[quote]

No such table exist: master.leagues

[/quote]

but the table "leagues" is definitely exist.

Besides the first API call shouldn't return 0 (SQLITE_OK) as you said...

Any help?

Thank you.

P.S.: I'm using 3.24.0 release.