When doing this:
$iRval = _SQLite_GetTable2d (-1, "SELECT * FROM datas", $aResult, $iColumns, $iRows)
If $iRval = $SQLITE_OK Then
_SQLite_Display2DResult($aResult)
Else
MsgBox(0,"ERROR","Query error! 2")
EndIf
To my database, and hitting the F5, I get the output from the database on-screen.
That's all fine. The weird thing is that some of the text-output in written in red, and the red stops in the middel of a colum.
Anyone know why?