Category Archives: Databases

Xojo SQLite database access – sample code.

Here is sample web app code for a button to check to see if a SQLite database exists… [see code below] Dim fff As FolderItem Dim db As New SQLiteDatabase Dim s As String s=TextField1.Text fff=Getfolderitem(“”).Parent.child(s) If fff <> Nil … Continue reading

Posted in Databases, News, Programming, Programming, Software, Tech News, Technology, Xojo | Tagged , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment