G
Gert
cmd.Connection = conn
cmd.CommandText = "CREATE PROCEDURE gert (OUT param1 INT) BEGIN SELECT *
FROM tabel1; END"
cmd.ExecuteScalar()
Please help, whatever sql statement I use I allways get this error
Error 1064 #42000You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near
'PROCEDURE gert (OUT param1 INT) BEGIN SELECT * FROM tabel1; END' at line 1
cmd.CommandText = "CREATE PROCEDURE gert (OUT param1 INT) BEGIN SELECT *
FROM tabel1; END"
cmd.ExecuteScalar()
Please help, whatever sql statement I use I allways get this error
Error 1064 #42000You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near
'PROCEDURE gert (OUT param1 INT) BEGIN SELECT * FROM tabel1; END' at line 1