Brightsign Object Reference Manual (FW 5.1) Uživatelský manuál Strana 160

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 341
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 159
1 2 ... 155 156 157 158 159 160 161 162 163 164 165 ... 340 341

Komentáře k této Příručce

Žádné komentáře