Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3780

Mysql, executesSQL ( INSERT INTO )

$
0
0

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

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 3780

Trending Articles