guyz please help!.
I followed a tutorial in youtube. i followed everything. works perfectly aside from table ID index. In all my tables, if i set its index as ascending (column "ID ") and INDEXES type is CANDIDATE as per youtube tutorial, this is the error whenever im adding new entry.
"UNIQUENESS OF INDEX ID IS VIOLATED"
so trying to find whats wrong by myself, i remove ascending and make is as none. then it works fine. but the table indexes are all zero "0" and another form that is bounded to the company name that requires its index is not working.
i hope i explained it right. but basically, how do i fix this? in youtube, same setup, same code, same name, same example,. works fine.
i cant figure it out.
thanks guyz.
I followed a tutorial in youtube. i followed everything. works perfectly aside from table ID index. In all my tables, if i set its index as ascending (column "ID ") and INDEXES type is CANDIDATE as per youtube tutorial, this is the error whenever im adding new entry.
"UNIQUENESS OF INDEX ID IS VIOLATED"
so trying to find whats wrong by myself, i remove ascending and make is as none. then it works fine. but the table indexes are all zero "0" and another form that is bounded to the company name that requires its index is not working.
i hope i explained it right. but basically, how do i fix this? in youtube, same setup, same code, same name, same example,. works fine.
i cant figure it out.
thanks guyz.