i have an error with the following sintax (i used it in VB.NET) ..really don't know why..it says it's not correct i think
AND HERE EXACTLY WITH VALUESCode:cmd.CommandText = "INSERT INTO Players (idPlayer,idTeam,playerName,number,position,of_id,face,hair,boot)VALUES ('" & row("pid") & "','" & row("team") & "','" & row("name") & "','" & row("nr") & "','" & row("position") & "','" & country_id & "','" & row("face") & "','" & row("hair") & "','" & row("boot") & "')"
Code:cmd.CommandText = "INSERT INTO Players (idPlayer,idTeam,playerName,number,position,of_id,face,hair,boot)VALUES ('52862','141','M. Matei','23','CF','20','da','da','nu')"




Reply With Quote