Brightsign Object Reference Manual (FW 5.1) Instrukcja Użytkownika Strona 160

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 341
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 159
1 2 ... 155 156 157 158 159 160 161 162 163 164 165 ... 340 341

Komentarze do niniejszej Instrukcji

Brak uwag