Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3762

Nil RecordSet returned but no DB.Error

$
0
0

I have a normal SQL query to return * from an existing table in an SQLiteDatabase. I know the table exists. It’s returned in the DB schema and it’s supposed to contain millions of records.

The query to select * from this table returns a Nil recordset. Everything I’ve read on the forum and elsewhere says that only happens when the query is malformed. But the query isn’t malformed. And, everyone says when the result is Nil, the database will throw an error. But the DB doesn’t throw an error.

The table exists, but I get a Nil recordset, and there is no error in the database.

Anyone have an idea what’s going on or what steps I should take to find out?

22 posts - 9 participants

Read full topic


Viewing all articles
Browse latest Browse all 3762

Trending Articles