Brightsign Object Reference Manual (FW 5.1) Manual do Utilizador Página 160

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 341
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 159
1 2 ... 155 156 157 158 159 160 161 162 163 164 165 ... 340 341

Comentários a estes Manuais

Sem comentários