Hello
It is my code:
SQL = "INSERT INTO " + “parametres”
SQL = SQL+ " (nom) VALUES (‘Seagulls’);"
Try
Me.ref_Connexion.ExecuteSQL ( sql )
Catch er
tx = "Erreur: " + er.Message
End Try
I have an erreur (Number 0 ) with Xojo
but with SEQUEL pro, it is ok
Where is my probleme ?
Thank you