B4J Question SD SQL

spiroskaras

Member
Licensed User
Longtime User
hello,
is there any way to have a feedback from an nonquery sql command (if was successful or not)
 

Star-Dust

Expert
Licensed User
Longtime User
ExecNonQuery returns a boolean
B4X:
ExecNonQuery (TextStatement As String) As Boolean
 
Upvote 0
Top