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

SQLite Strange errors

$
0
0

Hello guys,

Does the latest Public XOJO have issues with SQLite databases ? as so far it seems that i get random results on this and it drives me nuts.

I have this code

Var rows As RowSet

Try
  rows = configDB.SelectSQL("SELECT * FROM settings")
  
  If rows <> Nil Then
    If rows.AfterLastRow Then
      Return False
    Else
      For Each row As DatabaseRow In rows

In XOJO i get

 If rows.AfterLastRow Then
      Return False

But in the database i have 4 records for that , can someone explain this ?

MacOS Sonoma 14.7
XOJO 2024 R2.1

Thanks

12 posts - 6 participants

Read full topic


Viewing all articles
Browse latest Browse all 3860

Trending Articles