SQL1.ExecNonQuery2 gives NumberFormat Exception

BPak

Active Member
Licensed User
Longtime User
B4X:
   SQL1.ExecNonQuery2("INSERT INTO Races VALUES(?, ?, ?, 0, 0.00, 0, 0.00)",  Array As Object(Null, Track, Outlay))

When the prog is running in the Emulator and the EditText is filled in I click the Button and it throws an Exception.

Do not see what is causing it.
Any help on this is appreciated.
 

Attachments

  • dutche.zip
    7.1 KB · Views: 280
Top