Brightsign Object Reference Manual (FW 5.1) Manuel d'utilisateur Page 160

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 341
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 159
152
params[ 1 ] = "/foo/bar/bing/bong"
params[ 2 ] = 10
bindResult = insertStmt.BindByOffset(params)
if bindResult
print "BindByOffset OK"
else
print "BindByOffset FAILED"
end
endif
sqlResult = insertStmt.Run()
print sqlResult
if sqlResult = SQLITE_COMPLETE
print "Table Insertion OK"
else
print "Table Insertion FAILED"
endif
insertStmt.Finalise()
Example: Inserting into a Table in the Background
' This examples assume you have set a message port on your roSqliteDatabase instance
Vue de la page 159
1 2 ... 155 156 157 158 159 160 161 162 163 164 165 ... 340 341

Commentaires sur ces manuels

Pas de commentaire