Hi everyone. sql.LastError() is retrieving me “column name is not unique”. Which kind of error is this? How I should fix it?
It would help if you could post the SQL code.
But if I understand SQL correctly, you created a table with two columns with the same name (I think).
Yea what Entoros said, aslo if you need any help try looking at http://www.w3schools.com/sql/default.asp
edit : Not everything is the same but most of it is use able
Okay. I will look for something of that. Thanks.